Re: [twsocket] Handling redirects

2006-09-04 Thread Francois Piette
Source code is the best help file you can get, it even describes the bugs ;-) :- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware)

Re: [twsocket] Handling redirects

2006-09-02 Thread Francois PIETTE
PS: I will gladly pay a few dollars for a good help file :) I would prefer you help writing the help. There is a project at http://wiki.overbyte.be. We need people to write as much as they can. If you don't know the component, no problem: you can take the source code and simply create all

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
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

Re: [twsocket] Handling redirects

2006-09-01 Thread Francois Piette
Message - From: Mike Versteeg [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, September 01, 2006 11:39 AM Subject: Re: [twsocket] Handling redirects When this event is called, where can I get the new url? I need it to change the url I keep on file. Unfortunately

Re: [twsocket] Handling redirects

2006-09-01 Thread Mike Versteeg
Subject: Re: [twsocket] Handling redirects 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

Re: [twsocket] Handling redirects

2006-09-01 Thread Arno Garrels
- Original Message - From: Mike Versteeg [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, September 01, 2006 11:39 AM Subject: Re: [twsocket] Handling redirects When this event is called, where can I get the new url? I need it to change the url I keep on file

[twsocket] Handling redirects

2006-02-07 Thread Marius van Tubbergh
Hi ICS team, I need to handle redirects on HTTP requests. What is the proper way to do this? Any advice / examples appreciated. Thanks! -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] Handling redirects

2006-02-07 Thread Francois Piette
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?