Bug 41089 - XMLHttpRequest with parameters still triggered pop up box asking for credentials in Chrome
Summary: XMLHttpRequest with parameters still triggered pop up box asking for credenti...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 11:49 PDT by Stuart Ng
Modified: 2010-06-23 15:30 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Ng 2010-06-23 11:49:58 PDT
Create XHR and open with username and password passed in.
Server replies with 401 and Basic Authentication Scheme
Instead of replying with credentials behind the scenes, A dialog pops up asking for user credentials and hence blocking javascript execution.