We are trying to set custom header value for Clear-Site-Data on a web application in application gateway rewrite rule and it won't allow quotes. Firefox developer documentation mentions clear-site-data should be in quotes, yet it won't show up if we add quotes to the rewrite rule in application gateway rule. So if we have quotes it shows as blank or not at all in Miscellaneous Headers tracking with a tool like fiddler. Reason we need quotes is it doesn't seem to work without.
Why does application gateway not allow quotes in the header rules? I attached a screenshot of what the rule is. The link to the dev documentation explaining it should have quotes is here as well https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data. Any help on this would be greatly appreciated.
More information on explaining this is the following:
Example of tracking response headers in something such as fiddler, if I use cache without quotes it will show up like example below.
If I try to put quotes in the actual rule on the application gateway, it will just not even show up under the response headers anymore as if its not even working or enabled. It's as you need to format it differently for allowing quotes in the header value but I can't find information on this.
If anyone has ran across this before and knows how to have the value be in double quotes that would be great.
Thanks