[
https://issues.apache.org/jira/browse/CB-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877418#comment-13877418
]
Sergey Grebnov commented on CB-5731:
------------------------------------
Seems to be related to https://issues.apache.org/jira/browse/CB-5219 and
https://issues.apache.org/jira/browse/CB-5203
There is an exception during request processing on Weinre side and request
fails.
After I manually patched
https://github.com/JohnMcLear/temporary_foo_demo_wp8_fail example
(cordovalib/XhrHelper.cs) I was able to get everything working. I'll review the
status of patches for issues above and will make sure they are merged to wp8
codebase
> 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: Sergey Grebnov
> Attachments: BrokenXDKXHRDemo.zip
>
>
> 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)