[ 
https://issues.apache.org/jira/browse/CB-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425633#comment-13425633
 ] 

Theodoor van Donge commented on CB-1101:
----------------------------------------

I have the same problem as well. When I start an app, I got this message in the 
console:

{code:xml} 
07-31 11:16:50.340: E/Web Console(7261): XMLHttpRequest cannot load 
http://127.0.0.1:58497/e5708de1-ccc2-4044-94df-5521654d824d. Origin null is not 
allowed by Access-Control-Allow-Origin. at null:1
{code}


And i got the same problem by using:

{code:xml} 
<uses-sdk
                android:minSdkVersion="8"
                android:targetSdkVersion="15" />
{code:xml} 

Or by using:


{code:xml} 
<uses-sdk
                android:minSdkVersion="8"
                android:targetSdkVersion="16" />
{code:xml} 
                
> Origin policy is broken on Android 4.1
> --------------------------------------
>
>                 Key: CB-1101
>                 URL: https://issues.apache.org/jira/browse/CB-1101
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: Master
>         Environment: Android 4.1
>            Reporter: Horst Klier
>            Assignee: Joe Bowser
>            Priority: Blocker
>
> At startup of an app on Android 4.1:
> 07-19 10:14:43.341: E/Web Console(935): XMLHttpRequest cannot load 
> http://127.0.0.1:37440/f97c255c-2ede-4165-9fb8-f2d613736c14. Origin null is 
> not allowed by Access-Control-Allow-Origin. at null:1
> Every request with XMLHttpRequest gets the same error. It doesent matter what 
> origin is set in cordova.xml.
> On older android versions all works fine.
> Tested with Cordova 1.8.1 and 2.0.0rc1
> Tested with emulator and Galaxy Nexus with Jelly Bean.
> A similar problem is described here:
> http://stackoverflow.com/questions/11318703/access-control-allow-origin-error-at-android-4-1
> -- Posted from Bugbox for Android

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to