Re: [ServiceWorker] HTTP authentication and proxy authentication hook (#119)

Ahh yes, in the case of no windows to show UI, the request should reject.

Will think about the UI thing. I need to learn more about how these types
of requests happen.

On Fri, 3 Jul 2015 11:28 Anne van Kesteren <notifications@github.com> wrote:

> That a) leaves out the case where there are no windows and b) is not what
> I think the ideal solution is here. I think the ideal solution is still for
> fetch() to never trigger browser UI and add some kind of API so you
> handle TLS client auth yourself, just like you can already with HTTP auth.
> Triggering browser UI for HTTP auth is actually a "feature" most developers
> dislike. They'd rather handle that prompt themselves. I'd assume the same
> is true for TLS client auth.
>
> —
> Reply to this email directly or view it on GitHub
> <https://github.com/slightlyoff/ServiceWorker/issues/119#issuecomment-118309588>
> .
>


---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/119#issuecomment-118315924

Received on Friday, 3 July 2015 11:02:16 UTC