[Lazarus] fpWeb - Redirects

ABorka fpc-devel at aborka.com
Thu May 19 08:06:39 CEST 2011


> Is it enough to change AResponse.Code := 3xx and AResponse.Location :=
> 'http://..." from within a handler to cause a redirect?
>
> Thanks,
>
> --
> Warm Regards,
>
> Lee

Response.SendRedirect('http://...');

takes care of everything.





More information about the Lazarus mailing list