- From: Felix Becker <notifications@github.com>
- Date: Mon, 05 Nov 2018 14:22:30 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 5 November 2018 22:22:51 UTC
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