Hacker News new | ask | show | jobs
by Sophira 37 days ago
That's not quite correct. POST requests with certain Content-Type headers, such as text/plain or multipart/form-data, will still be allowed without any kind of preflight. If the web application doesn't check the Content-Type header strictly, then you've got a problem.
1 comments

You're right, I forgot that form requests bypass the preflight.