After recent chrome upgrade of version 52.0.2743.116, preflight call 
(OPTIONS) for DELETE http request started getting 403 in our angular.js 
(1.4.3) app. it was working fine with previous Chrome version 51.0.2704.103.

this issue only happening in V52, but not in the previous version.

Also DELETE with preflight call is working in FF/IE/Safari.

A strong suspect is that Access-Control-Request-Headers: was set to empty 
string in V52, by comparing the headers (Access-Control-Request-Headers: 
accept) in V51.


The call is simply using $http({ method: 'DELETE', URL: http:foo.com});


Has anyone encountered the similar issue?



-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to