Sunday, February 12, 2006, 8:18:46 PM, Tim Bray wrote:

> I was talking to Matt Mullenweg yesterday and he remarked that he  
> didn't think WordPress could realistically support APP as it stands  
> now, because WP is commonly used by people on low-rent hosting  
> providers and quite a few of those don't support the use of PUT and  
> DELETE.

Is this really the case? Doesn't Apache forward PUT and DELETE
requests through to CGI scripts, just like it does for GET and POST.
The differentiation between methods can be done can be done by
checking REQUEST_METHOD.

There must be something on the Wiki about this already -
http://www.intertwingly.net/wiki/pie/PutDeleteSupport

-- 
Dave

Reply via email to