Re: [twsocket] HTTP Client POST under WinXPSP3 issue

2011-08-16 Thread Fastream Technologies
Basically this is my code. It works on Win7/2008 for POST as well as for GET/HEAD (which return just 403) but under XPSP3 GET/HEAD still works from browser but the POST fails. Just returns nothing--as if it is aborted. I do not have debugger on the XP machine but one thing very strange is it works

Re: [twsocket] HTTP Client POST under WinXPSP3 issue

2011-08-16 Thread Fastream Technologies
No, it must be with THttpServer on very fast (say local) connections. With Wireshark I can see the data does not reach the client and it timeouts. Regards, SZ On Mon, Aug 15, 2011 at 12:49, Fastream Technologies wrote: > I think you are right. However there is an issue in my code in service > ap

Re: [twsocket] HTTP Client POST under WinXPSP3 issue

2011-08-15 Thread Fastream Technologies
I think you are right. However there is an issue in my code in service application mode. I believe it should be something related with Windows account permissions but not sure... Regards, SZ On Mon, Aug 15, 2011 at 12:22, Angus Robertson - Magenta Systems Ltd < an...@magsys.co.uk> wrote: > > We

Re: [twsocket] HTTP Client POST under WinXPSP3 issue

2011-08-15 Thread Angus Robertson - Magenta Systems Ltd
> We have an important issue with HTTPClient: Only under WinXP, when > I POST > data to an ICS server, it returns StatusCode = 0 and empty > RcvdStream! Has anybody seen this behavior before? No, my public web site is using the latest ICS v7 snapshot and POST works fine from Windows XP with MSI

Re: [twsocket] HTTP Client POST under WinXPSP3 issue

2011-08-15 Thread Fastream Technologies
Well, it turned out to be an ICS web server issue on XP as the client works well with other IPs. Also the server engine debug exe (which is just the service code wrapped in simple GUI) also works yet the service! I cannot access the Services section of Windows too--gives error about ActiveX. The in