SSRS 2019 Headers Issue / BUG

Ash 1 Reputation point
2022-11-02T18:36:21.357+00:00

Hi,

I have an issue with SSRS 2019 x-aspnet-version header. I am aware SSRS 2019 does not use IIS so there is no way to use re writing this header out. I found a work around to add enableVersionHeader to the system.web.

Example:

<system.web>  
    <httpRuntime enableVersionHeader="false" />  
</system.web>  

This does remove the x-aspnet-version but it seems to remove other headers such as Content-Security-Policy and Permissions-Policy

Has anyone had any success removing this header?

Thanks,
A

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,878 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AniyaTang-MSFT 12,421 Reputation points Microsoft Vendor
    2022-11-03T02:39:41.33+00:00

    Hi @Ash
    From my searches, I didn't find a method other than yours. Maybe you can take a look at this official documentation on CustomHeaders: server-properties-advanced-page-reporting-services.
    Best regards,
    Aniya

    0 comments No comments