How to setup CORS with serve? I get 403 forbidden.
I've setup the following headers (OPTIONS response):
I'm getting 403 when the request has Access-Control-Request-Method: OPTIONS. Which is what the browser send. Without that, it replies with 204 as expected.
0 Replies