Re: [whatwg/fetch] Header to opt out of opaque redirect (#601)

I'm implementing a REST API for contents in a git repository and would like to represent symlinks through redirects, so that the client has the ability to a) easily follow the (final) destination but also b) inspect the `Location` header manually if needed. This seems impossible at the moment, and it is very counter-intuitive because you'd expect to be able to handle redirects **manually** when specifying `redirect: 'manual'`.
It would work if this was made possible through a new access control header.

-- 
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/issues/601#issuecomment-436057889

Received on Monday, 5 November 2018 22:22:51 UTC