- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 29 Sep 2023 07:53:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 September 2023 14:53:33 UTC
@annevk 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> Hah, you found the one bad style precedent. I'm sorry. That also uses the heading as a definition, we try not to do that and I should really refactor that. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1341464549 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1650948995@github.com>
Received on Friday, 29 September 2023 14:53:33 UTC