- From: meacer <notifications@github.com>
- Date: Thu, 29 Jun 2023 16:36:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 June 2023 23:36:43 UTC
@meacer commented on this pull request. > +to attempt to fetch them over <a>potentially trustworthy URL</a>s. If an upgraded request +fails with a network error, it is retried over the original URL. + +<p>The HTTPS upgrading algorithm consists of Upgrade and Fallback algorithms, with the following +steps: + +<h4 id=https-upgrades-upgrade>Upgrade algorithm</h4> + +To <dfn>upgrade an HTTP request</dfn> given a <a for=/>request</a> <var>request</var>, run these +steps: + +<ol> + <li> + <p>If one or more of the following conditions are met, return without modifying request: + <ul> + <li><p><var>request</var>'s <a for="request">destination</a> is "<code>document</code>" This is missing a "not". We only want to upgrade document destinations. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1247259916 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1506254932@github.com>
Received on Thursday, 29 June 2023 23:36:43 UTC