Re: [whatwg/fetch] Investigate 401 handling for WebSocket (#766)

On Mon, Jun 18, 2018 at 2:08 AM Adam Rice <notifications@github.com> wrote:

> The idea is to get close to the multi-stage auth used by NTLM or
> Negotiate, without hitting the weird platform-specific behaviour that NTLM
> and Negotiate imply.
>

@ricea I’m not sure I fully understand your point, but the above scenario
won’t get any closer than just doing basic auth, at least in Chrome. You
either do the weird (platform-specific) bits or you don’t do it at all, but
there’s no intermediate step you can get close to approximating.


-- 
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/766#issuecomment-398033762

Received on Monday, 18 June 2018 12:13:56 UTC