Status: New
Owner: ----

New issue 789 by [email protected]: withCredentials on XMLHttpRequest causes INVALID_STATE_ERR: DOM Exception 11
http://code.google.com/p/v8/issues/detail?id=789

Run these lines:

var req = new XMLHttpRequest();
req.withCredentials = true;

The last line there will cause this:
Error: INVALID_STATE_ERR: DOM Exception 11

It should have set the property to true and sent cookies when the request is made if the request is a cors request. If it ain't a cors request it should just be ignored.

Not sure if this is a bug with v8 or chrome. I'm running chrome 6.0.458.1 dev.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to