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

Client auth: Could we have an API within the document environment that triggers client auth UI and returns an opaque object you can use with a request (and message to a worker)? Is there some way to figure out if the server challenges you for client auth?

Workers: Does Chrome never trigger UI in workers? Not even for HTTP proxy auth? It would certainly be my preference that workers cannot trigger UI and `fetch()` cannot either.

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

Received on Friday, 3 July 2015 11:58:34 UTC