Tomcat "HTTP Status 403 – Forbidden" on PUT or DELETE REST request
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVNa2ekzKRN6ZFGenYUTe_E9I0Wf2X9HPkAY5aO8Ay8Pe8L2J0M_F0XA_XTa9zIr49SCO224SquEXTScrvLaLmUC0z3sLNrh6Es0yhekBemGM_LE8kOKGrcdWnYvz3TYCmdql4VC_JwdsyMBLL8yjQtvT0SCIySy6wLfC6c0q9RQY2n6MrGwx57e-ERwM/s578/Image%201.png)
It worked for me just by modifying that, but another solution I found was to set the parameter "readonly" to "false" on the same file, maybe it works for you.restricted methods /* TRACE DELETE HEAD OPTIONS
default org.apache.catalina.servlets.DefaultServlet debug 0 readonly false listings false 1
After these changes, the server is accepting PUT Request... if it works for you too, celebrate like Kashiyua!!! 😀
Comments
Post a Comment