- From: meacer <notifications@github.com>
- Date: Tue, 20 Jun 2023 15:42:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 June 2023 22:43:02 UTC
@meacer commented on this pull request. > +steps: + +<h4 id=https-upgrades-upgrade>Upgrade algorithm</h4> + +<p>Given a request <var>request</var>, this algorithm will rewrite its URL if the request should be +modified and loaded over <code>"https"</code>, via the following algorithm: + +<ol> + <li> + <p>If one or more of the following conditions are met, return without modifying request: + <ul> + <li><p><var>request</var> is not a navigation request whose destination is document</li> + + <li><p><var>request</var>'s method is not `<code>GET</code>`</li> + + <li><p><var>request</var>'s URL's scheme is not <code>"http"</code></li> Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1235970214 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1489209547@github.com>
Received on Tuesday, 20 June 2023 22:43:02 UTC