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
SSRS 2019 Headers Issue / BUG
Ash
1
Reputation point
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.
3,066 questions
1 answer
Sort by: Most helpful
-
Anonymous
2022-11-03T02:39:41.33+00:00