This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25791 - [new feature] Provide a way to opt out of authentication dialogs
Summary: [new feature] Provide a way to opt out of authentication dialogs
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: XHR (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-18 18:50 UTC by Anne
Modified: 2015-06-10 13:36 UTC (History)
2 users (show)

See Also:


Attachments

Description Anne 2014-05-18 18:50:07 UTC
Now Fetch exposes a request's authentication flag we can control this better.

Going forward we may want to have flags for 304 and cookie handling in general too. A property per flag is probably fine.
Comment 1 Anne 2014-05-21 15:53:31 UTC
disable401Handling & disable304Handling are favorites.
Comment 2 Anne 2014-10-20 16:18:23 UTC
Fetch so far has a far more complicated cache story than a single flag.

I suspect any new XMLHttpRequest are more or less dead.
Comment 3 Anne 2015-06-10 13:36:33 UTC
fetch() does this already.