Skip to content

FF154 No-Vary-Search updates - #45423

Open
hamishwillee wants to merge 1 commit into
mdn:mainfrom
hamishwillee:ff155_http_no_vary_search
Open

FF154 No-Vary-Search updates#45423
hamishwillee wants to merge 1 commit into
mdn:mainfrom
hamishwillee:ff155_http_no_vary_search

Conversation

@hamishwillee

Copy link
Copy Markdown
Collaborator

This improves the No-Vary-Search docs a little.

I wanted to fix a few tenses such as " Indicates that URLs will not be cached" . The message is sent by the server, so its an instruction to not cache, not an indication of somethign that will happen (it might not).

Its also better to present this in terms of what is going on with the response.

Related dcocs work can be tracked in #45298

@hamishwillee
hamishwillee requested a review from a team as a code owner September 1, 2026 08:21
@hamishwillee
hamishwillee requested review from wbamberg and removed request for a team September 1, 2026 08:21
@github-actions github-actions Bot added Content:HTTP HTTP docs size/s [PR only] 6-50 LoC changed labels Sep 1, 2026
No-Vary-Search: params=("param1" "param2")
No-Vary-Search: params, except=("param1" "param2")
No-Vary-Search: key-order, params, except=("param1")
No-Vary-Search: key-order, params, except=("param1" "param2")

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without at least two values the order doesn't matter, because only the values that affect the response are relevant, and if you have one value, order doesn't matter.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:HTTP HTTP docs size/s [PR only] 6-50 LoC changed

2 participants