- From: meacer <notifications@github.com>
- Date: Mon, 12 Jun 2023 18:37:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 June 2023 01:37:11 UTC
@meacer commented on this pull request. > @@ -4405,6 +4523,8 @@ steps: <li><p><a>Upgrade <var>request</var> to a potentially trustworthy URL, if appropriate</a>. + <li><p><a href="#https-upgrades-upgrade">Optionally, run HTTPS upgrading algorithm on <var>request</var>, if appropriate</a>. Removed "optionally" below. As I understand, Http fetch is where the redirect can be properly handled. So the upgrade is done in main fetch and the fallback is handled in http fetch. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1227417929 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1476085791@github.com>
Received on Tuesday, 13 June 2023 01:37:11 UTC