gbv / paia

Specification of Patrons Account Information API (PAIA)
http://gbv.github.io/paia
15 stars 12 forks source link

Support HTTP OPTIONS method for "preflight" CORS #46

Closed nichtich closed 9 years ago

nichtich commented 9 years ago

AngularJS performs an OPTIONS HTTP request for a cross-origin resource, as specified by the Cross-Origin Resource Sharing standard. This request is rejected because not allowed by current PAIA specification. A workaround is to use application/x-www-form-urlencoded but this is not mandatory.

nichtich commented 9 years ago

Added in 1.1.0