An Azure service that provides a cloud content delivery network with threat protection.
Hello Jakhongir Mustafaev
You asked if certain headers are still dropped when using Azure Front Door (AFD) with Cache-Control set to no-store and the Rules Engine configured to honor the origin. Here’s what happens:
Setting Cache-Control: no-store tells the system not to cache the response. As a result, some request headers are not forwarded to the origin. Specifically, these headers are dropped:
- Content-Length
- Transfer-Encoding
- Accept
- Accept-Charset
- Accept-Language
- Vary
Even when Honor Origin is enabled, AFD follows the origin server’s cache directives. However, with no-store in place, AFD will drop these headers regardless of the cache configuration.
For additional details, you can check the referenced documentation.
Hope the above answer helps! Please let us know do you have any further queries.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members