Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C6DB10BC3 for ; Wed, 8 Jan 2014 18:23:47 +0000 (UTC) Received: (qmail 4256 invoked by uid 500); 8 Jan 2014 18:21:32 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 4167 invoked by uid 500); 8 Jan 2014 18:21:17 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 4074 invoked by uid 99); 8 Jan 2014 18:20:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jan 2014 18:20:54 +0000 Date: Wed, 8 Jan 2014 18:20:54 +0000 (UTC) From: "John McLear (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-5731) Windows Phone 8 fails to access remote urls MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865717#comment-13865717 ] John McLear edited comment on CB-5731 at 1/8/14 6:20 PM: --------------------------------------------------------- My specific case is using the Parse API with their Javascript SDK so I can't change from https to http or implement CORS (afaik) was (Author: johnyma22): My specific case is using the Parse API with their Javascript SDK so I can't change from https to http > 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 > 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)