|
|
|
|
|
by dsp1234
2928 days ago
|
|
or content-type other than application/x-www-form-urlencoded, multipart/form-data or text/plain. application/json is a content-type other than application/x-www-form-urlencoded, multipart/form-data or text/plain, and thus a request for it will fail unless the required CORS headers are present |
|
Additionally, you're thinking about the "wrong" Content-type header: the limitation you're mentioning about urlencoded and so on is a limitation on request headers, not response headers.
The CORS headers are required for the GP's described request to succeed, but not for the reasons you give.