- From: meacer <notifications@github.com>
- Date: Thu, 28 Sep 2023 17:33:45 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 September 2023 00:33:51 UTC
@meacer commented on this pull request. > @@ -3265,6 +3276,110 @@ through TLS using ALPN. The protocol cannot be spoofed through HTTP requests in </div> +<h3 id=https-upgrades>HTTPS upgrading</h3> + +<p>User agents may optionally upgrade requests with URLs that are not +<a>potentially trustworthy URLs</a> to attempt to fetch them over +<a>potentially trustworthy URLs</a>. If an upgraded request fails with a network error, it is +retried over the original URL. + +<p>The HTTPS upgrading algorithm consists of <a>upgrade an HTTP request</a> and <a>HTTPS upgrade +fallback</a> algorithms. + +<div algorithm> Done, but line 3251 has an `<h3>` inside a div which is where I adapted this from. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1340771444 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1649872430@github.com>
Received on Friday, 29 September 2023 00:33:51 UTC