Re: server applying PUT to a resource other than the request-URI

Hm, I wonder whether we could just use a different header, NOT  
location. Something like this:

   PUT /new.txt
   Accept-Relocation: same-col, same-server, full

   HTTP/1.x 201 Created
   Relocation: /123.txt

would that possibly work for everyone?

Helge

Received on Monday, 20 October 2008 20:16:57 UTC