I am developing an iOS app using phone gap and am stuck at a point. When I try to access a webservice using XMLHTTPRequest() I get an status as 0. When I watch this request in fiddler I see that there is proper response.
I have already looked at links stating the PhoneGap app are not restricted by same-origin policy. But I still fail to resolve this issue.
The only difference I could see was that the url I am accessing is secured https. Is there anything like requests to https are not allowed crossdomain.
Please help. I am stuck here for a whole day today.