On Wed, 25 Oct 2000, Gerald Richter wrote:

> I have three anonations:
> 
> 1.)
> 
> $r->header_out(Location => $r->uri());
> 
> Also this code works with most browsers it doesn't conform to the HTTP
> specs. A location header must include a host part. Shouldn't be to hard add
> something like
> 
> $r->header_out(Location => 'http://' . $r -> server -> server_hostname .
> $r->uri());

+ port too.

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to