Flask-CORS not working for POST, but working for GET
In my case, a CORS error raised because of an internal error. An error completely unrelated to CORS, which should return 500, was causing this.
In my case, a CORS error raised because of an internal error. An error completely unrelated to CORS, which should return 500, was causing this.