Re: [twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-15 Thread Arno Garrels
It turned out that this was false alert. I couldn't reproduce 
the problem, tested against an URL provided by Fastream
Technologies using latest Betas v5/v6.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
  

Fastream Technologies wrote:
 Hello,
 
 Please use the ICS http prot demo to locate to an Apache with 401
 protection with chunked mode:
 
 Not using proxy
 cmd GET / HTTP/1.1
 cmd Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 cmd Connection: Keep-Alive
 cmd Accept-Language: en, fr
 cmd User-Agent: Mozilla/3.0 (compatible)
 cmd Host: www.fastream.com
 cmd
 RequestDone, no error. Status =401
 StatusCode = 401
 hdrHTTP/1.1 401 Authorization Required
 hdrDate: Fri, 13 Apr 2007 14:34:00 GMT
 hdrServer: Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
 hdrWWW-Authenticate: Basic realm=type your yser name password
 hdrConnection: close
 hdrTransfer-Encoding: chunked
 hdrContent-Type: text/html; charset=iso-8859-1
 hdr1d6
 hdr!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
 hdrHTMLHEAD
 hdrTITLE401 Authorization Required/TITLE
 hdr/HEADBODY
 hdrH1Authorization Required/H1
 hdrThis server could not verify that you
 hdrare authorized to access the document
 hdrrequested.  Either you supplied the wrong
 hdrcredentials (e.g., bad password), or your
 hdrbrowser doesn't understand how to supply
 hdrthe credentials required.P
 hdrHR
 hdrADDRESSApache/1.3.29 Server at www.fastream.com Port
 80/ADDRESS hdr/BODY/HTML
 hdr0
 
 Notice that this page is mistakenly a 401 and will become 200 soon.
 So BE QUICK or setup your own Apache.
 
 Regards,
 
 SZ
-- 
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


Re: [twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-15 Thread Fastream Technologies
Hello Everybody,

Due to my fatigue, I could not recognize that I did not recompile with the 
latest v6 source. Sorry. Now everything is fine.

Best Regards,

SZ

- Original Message - 
From: Arno Garrels [EMAIL PROTECTED]
To: ICS support mailing [EMAIL PROTECTED]
Sent: Sunday, April 15, 2007 8:09 PM
Subject: Re: [twsocket] Bug in HTTPProt.pas (URGENT)


 It turned out that this was false alert. I couldn't reproduce
 the problem, tested against an URL provided by Fastream
 Technologies using latest Betas v5/v6.

 --
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html


 Fastream Technologies wrote:
 Hello,

 Please use the ICS http prot demo to locate to an Apache with 401
 protection with chunked mode:

 Not using proxy
 cmd GET / HTTP/1.1
 cmd Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
 cmd Connection: Keep-Alive
 cmd Accept-Language: en, fr
 cmd User-Agent: Mozilla/3.0 (compatible)
 cmd Host: www.fastream.com
 cmd
 RequestDone, no error. Status =401
 StatusCode = 401
 hdrHTTP/1.1 401 Authorization Required
 hdrDate: Fri, 13 Apr 2007 14:34:00 GMT
 hdrServer: Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
 hdrWWW-Authenticate: Basic realm=type your yser name password
 hdrConnection: close
 hdrTransfer-Encoding: chunked
 hdrContent-Type: text/html; charset=iso-8859-1
 hdr1d6
 hdr!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
 hdrHTMLHEAD
 hdrTITLE401 Authorization Required/TITLE
 hdr/HEADBODY
 hdrH1Authorization Required/H1
 hdrThis server could not verify that you
 hdrare authorized to access the document
 hdrrequested.  Either you supplied the wrong
 hdrcredentials (e.g., bad password), or your
 hdrbrowser doesn't understand how to supply
 hdrthe credentials required.P
 hdrHR
 hdrADDRESSApache/1.3.29 Server at www.fastream.com Port
 80/ADDRESS hdr/BODY/HTML
 hdr0

 Notice that this page is mistakenly a 401 and will become 200 soon.
 So BE QUICK or setup your own Apache.

 Regards,

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


[twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-13 Thread Fastream Technologies
Hello,

Please use the ICS http prot demo to locate to an Apache with 401 protection 
with chunked mode:

Not using proxy
cmd GET / HTTP/1.1
cmd Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
cmd Connection: Keep-Alive
cmd Accept-Language: en, fr
cmd User-Agent: Mozilla/3.0 (compatible)
cmd Host: www.fastream.com
cmd
RequestDone, no error. Status =401
StatusCode = 401
hdrHTTP/1.1 401 Authorization Required
hdrDate: Fri, 13 Apr 2007 14:34:00 GMT
hdrServer: Apache/1.3.29 (Unix) FrontPage/5.0.2.2623
hdrWWW-Authenticate: Basic realm=type your yser name password
hdrConnection: close
hdrTransfer-Encoding: chunked
hdrContent-Type: text/html; charset=iso-8859-1
hdr1d6
hdr!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
hdrHTMLHEAD
hdrTITLE401 Authorization Required/TITLE
hdr/HEADBODY
hdrH1Authorization Required/H1
hdrThis server could not verify that you
hdrare authorized to access the document
hdrrequested.  Either you supplied the wrong
hdrcredentials (e.g., bad password), or your
hdrbrowser doesn't understand how to supply
hdrthe credentials required.P
hdrHR
hdrADDRESSApache/1.3.29 Server at www.fastream.com Port 80/ADDRESS
hdr/BODY/HTML
hdr0

Notice that this page is mistakenly a 401 and will become 200 soon. So BE 
QUICK or setup your own Apache.

Regards,

SZ 

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