Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
Fastream Technologies wrote: > On Tue, Mar 1, 2011 at 1:07 PM, Arno Garrels > wrote: > >> Fastream Technologies wrote: >> During my tests last week it did not trigger OnRequestDone on relocations with StatusCode = 0 any more and that worked thru a proxy as well with different typ

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Fastream Technologies
On Tue, Mar 1, 2011 at 1:07 PM, Arno Garrels wrote: > Fastream Technologies wrote: > > >> During my tests last week it did not trigger OnRequestDone on > >> relocations with StatusCode = 0 any more and that worked thru a > >> proxy as well with different types of authentication. > >> www.microsof

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
Fastream Technologies wrote: >> During my tests last week it did not trigger OnRequestDone on >> relocations with StatusCode = 0 any more and that worked thru a >> proxy as well with different types of authentication. >> www.microsoft.de is good for testing relocations (3 or 4) and you >> should s

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Fastream Technologies
On Tue, Mar 1, 2011 at 12:43 PM, Arno Garrels wrote: > > - Original Message - > From: "Frans van Daalen" > To: "ICS support mailing" > Sent: Tuesday, March 01, 2011 10:22 AM > Subject: Re: [twsocket] HttpNoBasicAuth > > > >>>>

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Arno Garrels
- Original Message - From: "Frans van Daalen" To: "ICS support mailing" Sent: Tuesday, March 01, 2011 10:22 AM Subject: Re: [twsocket] HttpNoBasicAuth >>>> it's time for a rewrite from >>>> scratch IMO. >>> And give it

Re: [twsocket] HttpNoBasicAuth

2011-03-01 Thread Frans van Daalen
it's time for a rewrite from scratch IMO. And give it a different name, to bypass the "no brake early code" rule, or some of the annoyances will have to remain. Or start a new branch of renewed components. And, IMHO, if technically possible, the THttpCli should mix HTTP and HTTPS, and handle in

Re: [twsocket] HttpNoBasicAuth

2011-02-24 Thread Maurizio Lotauro
Scrive Francois PIETTE : [...] > In my opinion, the future cross platform Delphi which will come sooner or > later (hopefully sooner) will be the best candidate for a rewrite. > It will be ICS V8. A rewrite is necessary. We must drop all old code needed only for old version of Delphi, use the

Re: [twsocket] HttpNoBasicAuth

2011-02-24 Thread Maurizio Lotauro
Scrive Arno Garrels : > Maurizio Lotauro wrote: > > Sorry but I inadvertently delete the message of Arno. > > IIRC the test is used to do not accept the basic authentication if > > the server give it as the only authentication method acceppted. So > > the component should continue as it s unable t

Re: [twsocket] HttpNoBasicAuth

2011-02-21 Thread Fastream Technologies
On Mon, Feb 21, 2011 at 10:36 PM, Francois PIETTE wrote: > it's time for a rewrite from >>> scratch IMO. >>> >> And give it a different name, to bypass the "no brake early code" rule, or >> some of the annoyances will have to remain. Or start a new branch of renewed >> components. >> And, IMHO,

Re: [twsocket] HttpNoBasicAuth

2011-02-21 Thread Francois PIETTE
it's time for a rewrite from scratch IMO. And give it a different name, to bypass the "no brake early code" rule, or some of the annoyances will have to remain. Or start a new branch of renewed components. And, IMHO, if technically possible, the THttpCli should mix HTTP and HTTPS, and handle in

Re: [twsocket] HttpNoBasicAuth

2011-02-21 Thread Arno Garrels
RTT wrote: >> it's time for a rewrite from >> scratch IMO. > And give it a different name, > to bypass the "no brake early code" rule, Agreed, however I won't be the guy who rewrite it. Better ask the guys who waste there time with ICS-marketing in social networks ;) IMO, at first the componen

Re: [twsocket] HttpNoBasicAuth

2011-02-21 Thread RTT
it's time for a rewrite from scratch IMO. And give it a different name, to bypass the "no brake early code" rule, or some of the annoyances will have to remain. Or start a new branch of renewed components. And, IMHO, if technically possible, the THttpCli should mix HTTP and HTTPS, and handle in

Re: [twsocket] HttpNoBasicAuth

2011-02-21 Thread Arno Garrels
Maurizio Lotauro wrote: > Sorry but I inadvertently delete the message of Arno. > IIRC the test is used to do not accept the basic authentication if > the server give it as the only authentication method acceppted. So > the component should continue as it s unable to authenticate to the > server.