25 Aug
2004
25 Aug
'04
12:32 p.m.
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