--- On Fri, 2/26/10, David Bovill <[email protected]> wrote: > Is there any way to issue and HTTP > DELETE command from Rev natively (not > using curl?) - AFAIK this has not been added? >
AFAIK, you can use a 'delete URL' command: ## delete URL "http://www.runrev.com/index.html" ## returns "error 405: method not allowed" - good thing you need the right permissions to do this :-) Depending on the server end, you'll either have to send the user and password along in the url, or set the http headers to handle the authentication. HTH, Jan Schenkel ===== Quartam Reports & PDF Library for Revolution <http://www.quartam.com> ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
