Using $resource and getting blocked for POST requests

Hi everyone,

We are using $resource and it is getting blocked on POST requests, but for other http requests using GET, it works fine. I’m completely stumped, been going at it for about 3 days now and cannot figure it out. Where is the best place to post an example?

The POST request seems to get converted into an OPTIONS request, but the $http request works just fine.

I had a similar issue. I can’t remember the exact route that took me there, but these are the steps I followed to resolve: