When this event is called, where can I get the new url? I need it to change the url I keep on file. Unfortunately the URL property does not get updated.
thanks, Mike On 2/7/06, Francois Piette <[EMAIL PROTECTED]> wrote: > > > Assuming you use THttpCli, there is a property > > > called FollowRedirection. Set it to true. > > > > 1. Did you mean "FollowRelocation"? > > 2. Does it automatically then handle the redirection. Or will it trigger the > > OnLocationChange event > > where I need to get the new Destination to use? > > OnLocationChange is always triggered. If ou need to change the relocation the > set FollowRelocation > to FALSE and run a new request yourself with the url you want to relocate to. > -- > [EMAIL PROTECTED] > Author of ICS (Internet Component Suite, freeware) > Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
