Problem with method put in my application #14643
-
Hi, i have a problem with the method PUT, i am using kong for enrute my backend, all methods is good as GET or POST, but when i do PUT this response with 403 Forbidden, i dont know what is happend. I have CORS configurate for the route and JWT, mi configuration is the next: Sorry for my english it is so bad. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @WilsonCenit , If you're not using any plugins, please make sure that your route configuration allows |
Beta Was this translation helpful? Give feedback.
Hi @WilsonCenit , If you're not using any plugins, please make sure that your route configuration allows
PUT
method, and also confirm that your upstream service supports the PUT method.