Hi, i have problem with my application that is a frontend that call backend rest services, currently im using AngularJS 1.2.16 and when we try to do a DELETE always im getting a OPTIONS, not so when performing GET and POST. i googl it this issue and i saw that i many site sais, put $httpProvider.defaults.useXDomain = true; delete $httpProvider.defaults.headers.common["X-Requested-With"]; and all works fine, but it is not my case, so how can i solve this ?? i have done almost all my frontend and only remains all deletes
Thanks in advanced and sorry for my ugly english -- 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.
