|
|
|
|
|
by zerocrates
2935 days ago
|
|
There's a couple issues with your comment: first, the restriction you're talking about is related to preflighting, not to whether requests are allowed at all. 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. |
|