[Zope3-dev] Other (than GET and POST) HTTP Methods

Barry Pederson barryp@medicine.nodak.edu
Wed, 08 Jan 2003 13:33:22 -0600


Shane Hathaway wrote:

 > Well, I just learned that clients supporting the latest standard have a
 > way, so the flaw in the standard has been rectified:
 >
 > http://ftp.ics.uci.edu/pub/ietf/webdav/protocol/rfc2518.html#PROPERTY_source

It doesn't look like that actually allows you to "GET" the unprocessed 
source, just is a way to specify a different URL for the unprocessed source.

If that's the case though, it could be used with the excellent suggestion to 
use virtual-hosting, so the source property for "http://www.foobar.com/x" 
could be "http://dav.foobar.com/x" - and a smart browser/editor could find 
out where to GET the source from.

	Barry