[Zope] (no subject)

Travis Miller travis at ctln.org
Wed Aug 25 08:32:20 EDT 2004


On Aug 25, 2004, at 7:23 AM, Travis Miller wrote:

> this will return an http redirect 30x response with the given url to 
> the browser, which then re-requests that url. (not sure what the 
> default redirect response is..307-temporary? ..302-permanent? 
> ..something else?)

301 - permanent
302 - found, temporary (default)
307 - temporary ?

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

http://zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixB.stx   
<-- find redirect


thanks,
travis



More information about the Zope mailing list