I have 6 ajax calls that are called from jquery to an MVC Home controller the first 5 work fine but when I get to the last one I get the following errors: I have tried jsonp but don't see why this works in every browser but not in Dolphin Browser for android.
ajax "readyState":0,"responseText":"","status":0,"statusText":"error"
The setup is as follows iis server hosts the website and another server with the data which I access using webservices, these are on the same domain.
Any ideas?