- From: hmottestad <notifications@github.com>
- Date: Wed, 13 Apr 2016 13:24:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 13 April 2016 20:25:23 UTC
@tyoshino could you make the spec ignore the credentials instead, by either having the underlying http request ignore the credentials (as was the behaviour in chrome up until a few weeks ago), or strip out the credentials when expanding the url? My own workaround is actually what you mention. I went through every single use of fetch that I have and added window.location to make absolute urls. Which consequently broke my server side rendering in node. So it's no exactly a very good workaround. --- 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/26#issuecomment-209631483
Received on Wednesday, 13 April 2016 20:25:23 UTC