"Rob Dixon" <[EMAIL PROTECTED]> writes:

> > Nothing adds it automatically, but there is a 'referer' method on the
> > request object that you can call to set it.
> 
> Thanks Gisle: that makes sense. So in general, this will work:
> 
>     $request->referer($response->request->uri);

Yes, given that you found the $request->uri somewhere in the $response
object.

Regards,
Gisle

Reply via email to