You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/26 16:52:56 UTC

[GitHub] [apisix] angeld287 commented on issue #6533: request help: Apisix deployed on rancher, but not stable

angeld287 commented on issue #6533:
URL: https://github.com/apache/apisix/issues/6533#issuecomment-1110030247

   In my case the problem was that I addes the mothod GET in the Route so the CORS continued showing the origin cors error even if i added "GET" in the "allow_methods" cors property. So I changed the 'GET' method for 'ALL' and it worked. So if your case is not the same like mine I recomend that before add some properties in the Route you may test the cors with the default configurations as the documentation does it.


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org