Call symfony 2 rest api with Angular JS, cors Call symfony 2 rest api with Angular JS, cors symfony symfony

Call symfony 2 rest api with Angular JS, cors


Ok, my bad.

I said NelmioCors seems not working but i did something wrong.

I try again with nelmio cors bundle, using this configuration.

nelmio_cors:    paths:        '^/':            allow_origin: ['http://angular.me.dev']            allow_headers: ['Authorization', 'X-Requested-With', 'Content-Type', 'Accept', 'Origin', 'X-Custom-Auth']            allow_methods: ['POST', 'PUT', 'GET', 'DELETE', 'OPTIONS']            max_age: 3600

It's working !NelmioCorsBundle resolve the problem.

https://github.com/nelmio/NelmioCorsBundle