zalando-stups / kio

The application registry in the STUPS ecosystem
http://docs.stups.io/en/latest/components/kio.html
Other
23 stars 11 forks source link

Please allow Content-Type and Accept headers in CORS requests #3

Closed prayerslayer closed 9 years ago

prayerslayer commented 9 years ago

E.g. in Node I do it like this:

res.header('Access-Control-Allow-Headers', 'Origin, X-Requested-With, Content-Type, Accept, Authorization');
sarnowski commented 9 years ago

implemented in friboo