Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally send user & password in XMLHttpRequest.open() #1100

Closed
erikvold opened this issue Apr 7, 2010 · 2 comments
Closed

Optionally send user & password in XMLHttpRequest.open() #1100

erikvold opened this issue Apr 7, 2010 · 2 comments
Milestone

Comments

@erikvold
Copy link
Contributor

erikvold commented Apr 7, 2010

[XMLHttpRequest.open()](https://developer.mozilla.org/en/XMLHttpRequest#open(\)) optionally accepts parameters user and password, so I purpose we allow these properties on the details object that GM_xmlhttpRequest accepts, and if they exist then use them in the XMLHttpRequest.open() call.

@sizzlemctwizzle
Copy link
Contributor

Yeah I think we should implement this because GM_xmlhttpRequest should be as compatible with XMLHttpRequest as possible.

@sizzlemctwizzle
Copy link
Contributor

Patch.

qufighter pushed a commit to qufighter/greasemonkey that referenced this issue Jul 23, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants