Firstsawyou commented on issue #4095: URL: https://github.com/apache/apisix/issues/4095#issuecomment-825425091
> If I set property `` in plugin: cors(), the response header will clear cors..... This is reasonable. The `CORS` function is implemented through the response headers related to `access-control-xxx`. If your request does not carry the `Origin` header, then the `allow_origins` authentication in the cors plugin fails, and there will be no `access-control-xxx` related response headers. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
