On Thursday 06 December 2001 12:04 pm, Love, Jay wrote:
> From memory, with cgi, if there is a location header, a redirect is
> assumed. With mod_webkit, you need to set the response code, I think.

Yipee! That was it. Thanks, Jay.

        def _respond(self, trans):
                trans.response().setHeader("Location", "Home/")
                trans.response().setStatus(302, 'Moved')

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to