#13884 closed bug (notabug)
AJAX Cross Domain Request Fails in Windows Phone 8 App
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I used this jquery.2.0.0.js version. With this i am doing a cross domain request with weatheronline.com. This works fine with chrome browser but not working with windows phone 8 app.
For more information, kindly refer this thread http://stackoverflow.com/questions/16495335/windows-8-html-5-web-app-ajax-post-not-working/16496296?noredirect=1#comment23678739_16496296
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Hi, I just got some trouble with Windows Phone 8 and jQuery 2.0, too. I do an ajax request within a Apache Cordova app to a local (!) json file:
$.ajax('js/lang.json', {
dataType: 'json', isLocal: true, success: function(data) { ... }
});
Always got an "access denied" error. Driving me crazy because I knew that it was working some weeks ago. Now changed just the jQuery version from 2.0.0 back to 1.9.1 and it works. Changed it to 2.0.0 and it fails again.
This isn't a bug report. It seems like the answer may be in the first few results here: http://lmgtfy.com/?q=windows+phone+ajax+jquery