Re: [whatwg/fetch] HTTPS upgrades proposal (PR #1655)

@meacer commented on this pull request.



>  
+   <li><p><var>request</var>'s <a for="request">URL</a>'s <a for="url">scheme</a> is not
+   "<code>http</code>"
+
+   <li>
+    <p><var>request</var>'s <a for="request">URL</a>'s <a for="url">host</a> is exempted from
+    upgrades in an <a>implementation-defined</a> way.
+
+    <p class=example id="example-https-upgrades-exempted-hosts">If <a for=url>host</a> is a
+    non-registrable or non-assignable domain name such as .local or an IP address that falls in a
+    range reserved for non-publicly routable networks, the implementation might return without
+    modifying <var>request</var>.

Just to be clear, do you mean something like this:
1. Define non-unique hostnames somewhere in this spec
2. Link to the definition from here
3. Add a note to the definition to point out that it should be moved to the Url spec

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1655#discussion_r1340772738
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1655/review/1649874355@github.com>

Received on Friday, 29 September 2023 00:38:03 UTC