luarx commented on issue #12321: URL: https://github.com/apache/apisix/issues/12321#issuecomment-2969590112
Oh great, that a lot for taking your time explaining that, now it is clearer why "priorities" are not working in this case 🙌 The response to an options request is generated and returned directly by APISIX and does not reach upstream, so what is the problem? I was worried about rate-limiting OPTIONS requests because of some kind of attack. On the other hand, as you mentioned, those requests do not reach any upstream when using CORS plugin (different case would be if not using CORS plugin) so the only piece that could be overloaded during a DDoS attack would be Apisix, and to protect that a different layer/component would be needed 👍 I will close this as it is clarified -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org