Hi,
Any ideas how to set http header in IIS for below
Referrer-Policy
Permissions-Policy

Hi,
Any ideas how to set http header in IIS for below
Referrer-Policy
Permissions-Policy

@AA88 Do you mean you want to add an HTTP response header to a web site? if so, you can follow below steps, if not, please post more information about your requirement.
Select Start, select Administrative Tools, and then select Internet Information Services (IIS) Manager.
In the connections pane, expand the node for the server, and then expand Sites.
Select the web site where you want to add the custom HTTP response header.
In the web site pane, double-click HTTP Response Headers in the IIS section.
In the actions pane, select Add.
In the Name box, type the custom HTTP header name.
In the Value box, type the custom HTTP header value.
Select OK.
May i know if there is some doc on the information for add Referrer or Permission policy in the http header?
Referrer-Policy
Permissions-Policy
@AA88 As far as I know, only HTTP Response Headers can do it in IIS. https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpprotocol/customheaders.
1 Person is following this question.