Closed kaue closed 9 years ago
Hello, after implementing the restangular.all().post() and checking the Network tab from web developer tools there is only one OPTIONS call.
OPTIONS
I am doing something wrong?
Response Headers from my API:
Access-Control-Allow-Credentials:true Access-Control-Allow-Headers:Accept, X-Requested-With Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS Access-Control-Allow-Origin:* Allow:POST,GET,OPTIONS,PUT
Maybe CORS ?
Yeah, i just included the cors npm module and everything worked:)
@kauegimenes How did u mentioned it ??
Hello, after implementing the restangular.all().post() and checking the Network tab from web developer tools there is only one
OPTIONS
call.I am doing something wrong?
Response Headers from my API: