> 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.