[Webkit-unassigned] [Bug 50433] NETWORK_ERR: XMLHttpRequest Exception 101

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 7 16:30:41 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=50433


Ribo <ribob2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ribob2 at gmail.com




--- Comment #2 from Ribo <ribob2 at gmail.com>  2013-06-07 16:29:16 PST ---
I've observed this exception on Android 2.35/Webit 533.1  For me and others (reporting on stackOverflow.com) the problem seems to be related to cross domain use of XMLHttpRequest.  (I don't see much detail to this bug report, perhaps this or these are different issues.)

What I observed is that a cross domain XMLHttpRequest would fail with this exception on the second and subsequent requests to the same url.  (The first request worked (the site supports cross domain requests and the response is correct.)  Subsequent requests to the same URL (synchronous or asynchronous) got this exception.  For async requests, the onload event with responseState==4 occurred, with status==0  responseText="" and responseXML=null  Changing the URL by adding some benign junk to the end of the URL caused it to work once then fail again. -- Almost like it was trying to reject requests for 'cached' pages.

Other people on stackOverflow.com complained about getting the exception if the XML response was incorrect or for other cross domain issues.  --These may be legitimate exceptions (None of us could find documentation on what this exception is supposed to mean.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list