redirect after a successful DELETE

hello,

I have an html form which send a DELETE request (disguise as a POST + 
hidden X-http-method-overwrite=DELETE)
when the request is a success I'd like the browser to be redirected to 
another page.

with a POST request I would send a 303 response but can I do that with a 
DELETE request?


regards,
mat

Received on Saturday, 7 May 2011 19:44:43 UTC