2011/4/2 Jonathan Rosenberg <j...@tabbysplace.org>: > I have some Ajax code sending a DELETE to Tomcat, but am seeing this response: > > HTTP/1.1 403 Forbidden > Server: Apache-Coyote/1.1 > Content-Type: text/html;charset=utf-8 > Content-Length: 976 > Date: Sat, 02 Apr 2011 15:22:51 GMT > > PUT works, so I thought DELETE would also work.
Too little details. You should tell us more about your web application, your configuration etc., Why do you think that PUT works? What component of your web application processes those requests? What OS, Tomcat version is that? The web.xml of your application =? http://www.catb.org/~esr/faqs/smart-questions.html > Does this response > mean that Tomcat is itself denying the DELETE? If so, how can I > enable? > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org