Closed krtek closed 7 years ago
If there are additional request headers, the browser will always send pre-flight OPTIONS request. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Introduce new parameter deleteHeaders to avoid this.
Coverage increased (+0.6%) to 85.227% when pulling 60c725d1afb9a431eeeb19d7901de88418b9e817 on krtek:develop into b77e056382a92fd268c058b0cc12cf7ac8ae6772 on ajbrown:develop.
Any chance this could get released? It would really help (would fix #66). :)
Thanks!
If there are additional request headers, the browser will always send pre-flight OPTIONS request. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Introduce new parameter deleteHeaders to avoid this.