- From: Chris Thompson <notifications@github.com>
- Date: Fri, 07 Jul 2023 11:22:23 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 July 2023 18:22:28 UTC
@christhompson commented on this pull request. > +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 not "<code>document</code>" + + <li><p><var>request</var>'s <a for="request">method</a> is not "<code>GET</code>" + + <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. For example, if <a for=url>host</a> is a Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1256266387 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1519493041@github.com>
Received on Friday, 7 July 2023 18:22:28 UTC