- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 29 Jan 2021 10:57:12 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 January 2021 18:57:24 UTC
@annevk commented on this pull request. > + +<p>To <dfn export id=concept-response-location-url>extract a location URL</dfn>, given a +<a for=/>response</a> <var>response</var>: + +<ol> + <li><p>If <var>response</var>'s <a for=response>status</a> is not a <a>redirect status</a>, then + return null. + + <li><p>Let <var>location</var> be the result of <a>extracting header list values</a> given + `<code>Location</code>` and <var>response</var>'s <a for=response>header list</a>. + <!-- https://github.com/whatwg/fetch/issues/814#issuecomment-431366126 --> + + <li> + <p>If <var>location</var> is a <a for=header>value</a>, then set <var>location</var> to the result + of <a lt="url parser">parsing</a> <var>location</var> with <var>response</var>'s + <a for=response>URL</a>. https://github.com/whatwg/url/pull/575 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1149#discussion_r567027898
Received on Friday, 29 January 2021 18:57:24 UTC