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.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to