agrueneberg / Corser

CORS middleware for Node.js
MIT License
91 stars 11 forks source link

Content-Type is not always a simple header #10

Closed agrueneberg closed 10 years ago

agrueneberg commented 10 years ago

Content-Type is only considered a simple header if its value is application/x-www-form-urlencoded, multipart/form-data, or text/plain.

agrueneberg commented 10 years ago

The Content-Type value is not even part of preflight requests, how am I supposed to decide if it is simple or not? Closed.