You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/01/07 20:57:50 UTC

[jira] [Resolved] (CB-5731) Windows Phone 8 fails to access remote urls

     [ https://issues.apache.org/jira/browse/CB-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-5731.
---------------------------------

    Resolution: Cannot Reproduce

Your posted code worked fine for me after adding this to the index.html document head.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>


> Windows Phone 8 fails to access remote urls
> -------------------------------------------
>
>                 Key: CB-5731
>                 URL: https://issues.apache.org/jira/browse/CB-5731
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.3.0
>            Reporter: John McLear
>            Assignee: Jesse MacFadyen
>
> Doing a very simple:  
> {code:javascript}
> $.get("http://google.com", function(){alert("yay")});
> {code}
> Fails on Windows Phone 8.
> Basically Cross domain requests don't work, this includes when an explicit and/or wildcard exclusion is set in config.xml allowed domains



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)