Hi Bruce,
The Rediect does not always work correctly when called.
I am using the below code in the WebHandler - ParseRequstHeader Procedure
IF SELF.XForwardedProto = ': http' THEN
SELF.Redirect('
https://www.trackcustommail.com',Net:Web:ToSecure,Net:Web:Repost,Net:Web:PermRedirect)
RETURN NET:NOTOK
END
It is not returning the redirect to the correct caller. I have the info from WireShark and will supply it if necessary.
Ashley