iOS Cordova does it support CORS?

I have come to a very critical problem which will force me to scrap my app and start over in a different environment. The issue is that when I run my app on the iOS Simulator the Meteor App is running on GCDWebServer at http://localhost:12760/.

So when I call an identity server the WebKit browser sends an option to the server and since the port is auto generated I would have to completely disable CORS. Not only that but since the protocol of the page is on http, the identity server is rejecting the request during the options.

I’m I the only one that has come across this problem?