Hello,

I found something VERY STRANGE in your log:

On 5/13/09, Arno Garrels <arno.garr...@gmx.de> wrote:
> Fastream Technologies wrote:
> > Hello,
> >
> > HEAD must be first then GET, is that what you did?
>
> I just tried it again:
>
> Not using proxy
> cmd> HEAD /otherroots/www.suckersluck.com/scripts HTTP/1.1
> cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
> cmd> Connection: Keep-Alive
> cmd> User-Agent: Mozilla/3.0 (compatibel)
> cmd> Host: 69.28.242.152:7979
> cmd>
> Header: HTTP/1.1 404 World-Class Hacker Detected
> Header: Server: Mysterio/1.1
> Header: Date: Wed, 13 May 2009 13:25:20 GMT
> Header: Content-Type: text/html; charset=windows-1252
> Header: Content-Length: 1352
> Header: Pragma: no-cache
> Header: Cache-control: no-cache
> Header: Expires: Wed, 13 May 2009 13:25:20 GMT
> RequestDone, no error. Status =404
> cmd> GET /otherroots/www.suckersluck.com/scripts HTTP/1.1
> cmd> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
> cmd> Connection: Keep-Alive
> cmd> User-Agent: Mozilla/3.0 (compatibel)
> cmd> Host: 69.28.242.152:7979
> cmd>
> Header: HTTP/1.1 404 World-Class Hacker Detected
> Header: Server: Mysterio/1.1
> Header: Date: Wed, 13 May 2009 13:25:21 GMT
> Header: Content-Type: text/html; charset=windows-1252
> Header: Content-Length: 1352
> Header: Pragma: no-cache
> Header: Cache-control: no-cache
> Header: Expires: Wed, 13 May 2009 13:25:21 GMT
> text/html; charset=windows-1252 => scripts
> Location = http://69.28.242.152:7979/otherroots/www.suckersluck.com/scripts
> URL = http://69.28.242.152:7979/otherroots/www.suckersluck.com/scripts
> Document = scripts
> RequestDone, no error. Status =404
> HEAD Failed ! << WHY İS THIS HERE? THIS WHAT I AM TALKING ABOUT, IN THE FIRST 
> ONREQUESTDONE THE HEAD IS NOT ACTUALLY FINISHED--IT WAS PENDING AND NOW IT 
> PRINTS HEAD FAILED AFTER THE GET DATA!

HTH,

SZ


> StatusCode   = 404
> ReasonPhrase = World-Class Hacker Detected
>
>
>
> >
> > Regards,
> >
> > SZ
> >
> > On 5/13/09, Arno Garrels <arno.garr...@gmx.de> wrote:
> >> Fastream Technologies wrote:
> >>> Did you do what I wrote below? With ICS v7, it raises an exception
> >>> (Component not ready!).
> >>
> >>>>    if(RqType == httpHEAD)
> >>>>        SslHttpCli1->GetASync();
> >>
> >> Not for me, I used the Delphi HttpTst demo and added the to lines
> >> as the last in OnRequestDone. That means, the first GET and HEAD
> >> is a sync request.
> >>
> >> --
> >> Arno Garrels
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to