http://www.bennadel.com/blog/2327-cross-origin-resource-sharing-cors-ajax-requests-between-jquery-and-node-js.htm

-- 
Att
Armando Couto 
CSM - LKU
www.armandocouto.com.br

Em 24 de março de 2015 no 00:50:54, Caitlin Potter ([email protected]) 
escreveu:

Welcome to the world of CORS (Cross Origin Resource Sharing)!

You should be able to find a detailed explanation at the following resources:

http://enable-cors.org/
http://www.html5rocks.com/en/tutorials/cors/
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
http://www.w3.org/TR/cors/

On Mar 23, 2015, at 11:46 PM, Emir Ibrahimbegovic <[email protected]> 
wrote:

According to this :

The project currently supports and will attempt to fix bugs for IE9 and above. 
The continuous integration server runs all the tests against IE9, IE10, and 
IE11. See Travis CI and ci.angularjs.org.

I have angular running on localhost:3000 but I'm testing via virtual machine 
trough ngrok.com , so address is something like dadasda1312.ngrok.com and my 
api is running on localhost:9292 . I'm supposed to supported IE9 +

I can't get even IE11 to work for simple contact form, important bit :

  $http({
                method  : 'POST',
                url     : window.config.API_URL + '/contacts',
                data    : $.param($scope.formData), 
                headers : { 'Content-Type': 'application/x-www-form-urlencoded' 
} 
            })

I mean I can get it working using https://github.com/jpillora/xdomain , which 
is something really that I shouldn't be taking care of if I'm doing simple POST 
right? Or on the other hand I'm doing something wrong? 

In the IE I get the message :

Network error access is denied.

I would really like not to have to user the proxy, for the reasons I don't 
think I need to get in, for the context of this question. Any help is 
appreciated

--
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to