see http://enable-cors.org/server_apache.html
It would be easier to debug it doing requests from command line, like curl.

In this way you see the headers replied by the server,
that should include Access-Control-Allow-Origin "*"


On Tue, Oct 28, 2014 at 11:40 AM, Sander Elias <sanderel...@gmail.com>
wrote:

> Hi Amadese,
>
> You seem to miss the needed headers for CORS, the server needs to provide
> those. (your app seems to to ok, as you get an response to an option
> request.)
> With the needed headers missing, the browser will come to a full halt on
> your request, and drop things off while no data comes to your app.
>
> Regards
> Sander
>
> --
> 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 angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Matteo Moci
http://mox.fm

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to