Hi everyone I'm new to continu and am building a new app in angular and I'm 
having a CORS headache.

The issue:

HTTP OPTIONS (pre-flights) calls before any type of request. Even if the 
request is the same like GET ..../users it calls and calls OPTIONS on the 
server.

The circumstances/environment:

This happens on two fronts: 

1) Explained also here 
(http://stackoverflow.com/questions/30656293/angular-options-http-preflight-on-same-domain)
 
is that mimicking a local.domain.co in my local environment with self 
signed certificates I get pre-flight OPTIONS calls for api.domain.co

2) The real grave one is that on production my app served from 
app.domain.co pre-flights OPTIONS calls/requests to api.domain.co.


In both cases *EVERYTHING * is working fine, server has the support for 
CORS and all the requests get answered.

The plea:

Oh my Gosh, please please help me, I don't know what to do :-) :-) :-)

The wished outcome:

I want to get rid of the pre-flight OPTIONS calls or at the very least 
cache it so the same call doesn't create another pre-flight OPTIONS call 
over and over again.

Last question

Could it actually be that api.continu.co and app.continu.co are evaluated 
as being Crosss Domain?

What is the proper structure to handle this, I haven't notice this 
happening on google apis and things like that.


Thank you so so much in advance

-- 
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