ochuko3d commented on issue #6439:
URL: https://github.com/apache/apisix/issues/6439#issuecomment-1216904694
Hope your day is going great, I am getting this cors error with the
following config
"methods": [
"POST"
],
"host": “dev.api.*.c********o",
"plugins": {
"cors": {
"allow_credential": true,
"allow_headers": "*",
"allow_methods": "**",
"allow_origins": "http://localhost:9001",
"disable": false,
"expose_headers": "*",
"max_age": 600
}
},
Referrer Policy: strict-origin-when-cross-origin
Referer: http://localhost:9001/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]