Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-no-vary-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Due to how the application/x-www-form-urlencoded parser canonicalizes query stri

So, for example, given any non-default value for `No-Vary-Search`, such as `No-Vary-Search: key-order`, we will have the following equivalences:

| Query A   | Query B           | Explanation |
| First Query | Second Query | Explanation |
|-------------+-----------------+-----------------------------------------------------|
| null | `?` | A null query is parsed the same as an empty string |
| `?a=x` | `?%61=%78` | Parsing performs percent-decoding |
Expand Down