Asked by:
OData request in Chrome always returns a status of 0

Question
-
Hi All,
I have a javascript odata request on a form, using XmlHTTPRequest that works fine in IE, it returns a state of 4 and a ststus of 200. But in Chrome it always returns state 4 status 0 and the response text is always empty. The request works, however it always returns 0 :-(
Any ideas?
Chris
Thursday, September 18, 2014 3:53 PM
All replies
-
Post your code
My blog: www.crmanswers.net - Rockstar 365 Profile
Thursday, September 18, 2014 4:18 PM -
Hi,
This isn't an issue with the show modal dialog, so I don't think this will work. It is an XmlHttpRequest not returning the usual 200 status for a successful call.
Regards
Chris
Thursday, September 18, 2014 8:58 PM -
please use fiddler to see what stops the response.
regards,
Jithesh
Thursday, September 18, 2014 11:02 PM -
That' s the problem, it is successful. It just refuses to pass the response to chrome. Ie get's the result okSaturday, September 20, 2014 9:33 AM
-
Hi,
This isn't an issue with the show modal dialog, so I don't think this will work. It is an XmlHttpRequest not returning the usual 200 status for a successful call.
Regards
Chris
IF you don't post your code is the same as: you have a car, with the fuel from shop A works, with the fuel from shop B doesn't work.
So we can analyze this "fuel" or not?My blog: www.crmanswers.net - Rockstar 365 Profile
Saturday, September 20, 2014 9:39 AM