Share via

When Cache-Control set to no-store and Rules Engine set to Honor Origin, will AFD specific headers still be dropped?

Jakhongir Mustafaev 80 Reputation points
2026-02-19T17:17:27.1666667+00:00

Hello,

Will the below headers still be dropped when Honor Origin is set and Cache-Control for the route is no-store?

https://learn.microsoft.com/en-us/azure/frontdoor/front-door-caching?pivots=front-door-standard-premium#request-headers

  • Content-Length
  • Transfer-Encoding
  • Accept
  • Accept-Charset
  • Accept-Language
  • Vary
Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Praveen Bandaru 10,715 Reputation points Microsoft External Staff Moderator
    2026-02-19T18:15:35.7966667+00:00

    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:

    1. Content-Length
    2. Transfer-Encoding
    3. Accept
    4. Accept-Charset
    5. Accept-Language
    6. 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.

    Rule set actions

    Caching with Azure Front Door


    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

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.