Skip to content

Commit 1170b63

Browse files
Merge pull request #124571 from rinaZC/patch-1
Update requests with authorization header caching behavior documentation
2 parents 7f8d7ba + 9fec4b2 commit 1170b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/front-door-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following request headers don't get forwarded to the origin when caching is
208208
- `Accept-Language`
209209

210210
> [!NOTE]
211-
> Requests that include authorization header will not be cached.
211+
> Requests that include authorization header will not be cached, unless the response contains a Cache-Control directive that allows caching. The following Cache-Control directives have such an effect: must-revalidate, public, and s-maxage.
212212
213213
## Response headers
214214

0 commit comments

Comments
 (0)