I have a cross-domain POST request in Angular (1.4.0), which works using Chrome (43+) and Firefox (37+) after I remove the Content-Type header. But it fails when using Safari, or Safari/Chrome on the iPhone/iPad. The error message then is:
Failed to load resource: Request header field Content-Type is not allowed > by Access-Control-Allow-Headers. In the log (after .error) I can see that there is *no* "Content-Type" header. So, not sure why this error occurs. Suggestions? Details: http://stackoverflow.com/questions/30577655/angular-cross-domain-post-fails-using-some-browsers -- 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.
