namdiag commented on issue #9688: URL: https://github.com/apache/apisix/issues/9688#issuecomment-1609622992
@Revolyssup 1. It's indeed as you mention that the ingress resource with annotation http-allow-methods is actually use response-rewrite plugin, so I may need to use apisixRoutes instead 2. I still got the error on subsequence request after PURGE, you don't have the error maybe because you don't use plugin annotation on ingress resource. Please try to use the plugin annotation here if you have time https://apisix.apache.org/docs/ingress-controller/concepts/annotations/ . For my case, i found the ease of using ingress resource with annotation so, i still in trial with it for now, and use apisixRoutes later -- 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]
