[twsocket] THttpCli.Head bug

2008-11-05 Thread Fastream Technologies
Hello all, Please use the ICS HttpTst and HEAD to, http://secure.iconsole.org/login.ews GET works HEAD fails--causes trouble for our reverse proxy. Any ideas? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread Fastream Technologies
Please let me know if you saw the message below. I am using gmail and it does not let users see the messages sent to mailing list being delivered or not. On Wed, Nov 5, 2008 at 11:34 AM, Fastream Technologies [EMAIL PROTECTED]wrote: Hello all, Please use the ICS HttpTst and HEAD to,

Re: [twsocket] THttpCli.Head bug (OT)

2008-11-05 Thread DZ-Jay
I received it fine. dZ. On Nov 5, 2008, at 04:57, Fastream Technologies wrote: Please let me know if you saw the message below. I am using gmail and it does not let users see the messages sent to mailing list being delivered or not. -- DZ-Jay [TeamICS]

Re: [twsocket] THttpCli.Head bug (OT)

2008-11-05 Thread Fastream Technologies
Thanks. And were you able to reproduce the bug there? I am using v6 on BCB2007 but it should occur on Delphi as well. This HEAD proceudre is used rarely by others and heavily by us so we have found many bugs in it--see changes. Regards, SZ On Wed, Nov 5, 2008 at 12:15 PM, DZ-Jay [EMAIL

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread Francois PIETTE
Please use the ICS HttpTst and HEAD to, http://secure.iconsole.org/login.ews GET works HEAD fails--causes trouble for our reverse proxy. Any ideas? I can reproduce the issue, even with command line telnet. IMO it is a bug of that website. login.ews probably correspond to a script which

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread [EMAIL PROTECTED]
I just tested this using telnet, and just typing HEAD (even if the request is invalid) will cause the transaction to fail in a weird way. My guess is that the problem is at the gateway (perhaps a proxy configuration issue?), or maybe the HTTP server itself. -dZ. --- Original Message

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread Fastream Technologies
Yes, you are right. Anyway, thanks. I told them to fix the script. On Wed, Nov 5, 2008 at 6:35 PM, Francois PIETTE [EMAIL PROTECTED]wrote: Please use the ICS HttpTst and HEAD to, http://secure.iconsole.org/login.ews GET works HEAD fails--causes trouble for our reverse proxy. Any ideas? I

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread Fastream Technologies
There is no proxy in between now. It must be a web server issue as the jpg also does not respond to head!. On Wed, Nov 5, 2008 at 6:50 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just tested this using telnet, and just typing HEAD (even if the request is invalid) will cause the

Re: [twsocket] THttpCli.Head bug

2008-11-05 Thread [EMAIL PROTECTED]
When I telneted in, I typed HEAD and hit ENTER with no proper request string (no document resource) and it got stuck. I did the same thing with GET and I got the standard error for a bad request. I thought it was our proxy here. There seems to be something wrong with the server then. -dZ.