Hi,
I'm using this extension on Azure Functions, and it does a great job of removing the "Server" and "X-Powered-By" response headers.
However it does not seem to remove the "X-AspNet-Version" response header when using Azure Functions.
I've also tried another extension that should do the same, without luck:
https://github.com/gregjhogan/remove-insecure-response-headers-site-extension
My guess now is that is has something to do with the way Azure Functions routes the requests internally. Are there any extra configuration options for this extension, or debugging steps I could try?
Hi,
I'm using this extension on Azure Functions, and it does a great job of removing the "Server" and "X-Powered-By" response headers.
However it does not seem to remove the "X-AspNet-Version" response header when using Azure Functions.
I've also tried another extension that should do the same, without luck:
https://github.com/gregjhogan/remove-insecure-response-headers-site-extension
My guess now is that is has something to do with the way Azure Functions routes the requests internally. Are there any extra configuration options for this extension, or debugging steps I could try?