http-extensions icon indicating copy to clipboard operation
http-extensions copied to clipboard

Only for certain kinds of URLs

Open mnot opened this issue 11 months ago • 1 comments

The introduction should explicitly point out that this mechanism is only for URLs that use application/x-www-form-urlencoded query strings; other formats aren't supported.

mnot avatar Apr 27 '25 04:04 mnot

It contains

Section 6 gives the key algorithm for comparing if two URLs are equivalent under the influence of the header; notably, it leans on the decomposition of the query component into keys and values given by the application/x-www-form-urlencoded format specified in [WHATWG-URL].

I guess you're suggesting an additional sentence after that, something like

(As such, this header is not useful for URLs whose query component does not follow that format.)

?

domenic avatar May 13 '25 04:05 domenic

That would help.

mnot avatar Sep 18 '25 04:09 mnot