Thanks for the response & sorry for the paucity of detail. Turns out
the problem was in my Grails app. I did not configure it correctly to
respond to the DELETE request.
--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
---
2011/4/2 Jonathan Rosenberg :
> 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
[Sorry if this appears twice.]
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 a
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. Does this response
me