Hello, Jeff Hope you are the one who replied my last email, right? ( about IE and $http ).
What do you exactly mean by *'**specifically, the Access-Control-Allow-Origin and Access-Control-Allow-Headers headers) to make sure they're correct.* '. Does that mean that my $http headers should be the same as the ones I get from the 'Response Headers'? In Chrome I get the following Response Headers: Access-Control-Allow-Credentials: true Access-Control-Allow-Origin: http://localhost:9000 Access-Control-Max-Age: 31536000 Connection: close Date: Fri, 24 Jan 2014 02:07:22 GMT Etag: "-953030665" X-Powered-By: Express I don't get any *Access-Control-Allow-Headers* back from the server though. Thanks again Any help would be great, since I've been stuck with this for quite a while, also I couldnt find any 'official' method to deal with $http requests in IE. 2014/1/23 Jeff Hubbard <[email protected]> > That error generally means that your server is not responding to the CORS > request correctly. You should triple-check the output of your server > (specifically, the Access-Control-Allow-Origin and > Access-Control-Allow-Headers headers) to make sure they're correct. > > > On Wednesday, January 22, 2014 4:53:03 PM UTC-8, Jake K. wrote: >> >> >> Hello, >> >> I have a bunch of restful methods which I use in my angularjs app. >> >> They work fine in most browsers, except for IE. >> >> I get the following warning when I try to start a session, which requires >> a call to a restful method ( I use $http ) >> >> *XMLHttpRequest for https://path-to-api/myApi <https://path-to-api/myApi> >> required CORS preflight* >> >> I am not exactly where the error is coming from, so I am not sure how to >> put a specific question. >> >> So, how do I solve this issue? >> >> Thanks >> >> PS: I also get other similar errors in IE, e.g. *XMLHttpRequest >> for https://path-to-api/myApi <https://path-to-api/myApi> required Cross >> Origin Resource Sharing (CORS).* >> It seems like the error has to do with CORS, but I am not sure. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/MC_G6gSqH9c/unsubscribe. > To unsubscribe from this group and all its topics, 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/groups/opt_out. > -- JAKE KWON +1 (604) 655 3109 email: [email protected] -- 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/groups/opt_out.
