Re: [twsocket] HTTPCLI for WebSocket connection ?

2016-01-05 Thread Angus Robertson - Magenta Systems Ltd
> For people who want to understand how WebSocket protocol works I found > a this very interesting and crystal clear article : > > http://lucumr.pocoo.org/2012/9/24/websockets-101/ Thanks, I've got various reading about websockets, but no time to think about them, although it is on the long

Re: [twsocket] HTTPCLI for WebSocket connection ?

2016-01-05 Thread Dod
Hello Angus, Sure I was not asking for any development ;-) Right now I handle it thru WebSocket, and manage enough of websocket protocol for the need I have to communicate with an internal server I have to deal with. THTTPCli descendant should be OK. For what I learned until now it would

Re: [twsocket] HTTPCLI for WebSocket connection ?

2016-01-05 Thread Dod
Hello Angus, For people who want to understand how WebSocket protocol works I found a this very interesting and crystal clear article : http://lucumr.pocoo.org/2012/9/24/websockets-101/ regards. >> I am attempting THttpCli adding specific HTTTP Headers to see it works ARMSL> There are

Re: [twsocket] HTTPCLI for WebSocket connection ?

2016-01-04 Thread Dod
Hello, First of all, happy new year to all ICS lovers ;-) Well I think I said victory too soon, in fact the socket stay connected but no event is triggered by ICS, OnDataPush, OnDataPush2, OnDocData, OnDocBegin, none of them triggers, sniffing the network show data reception from

[twsocket] HTTPCLI for WebSocket connection ?

2015-12-30 Thread Dod
Hello, Do somebody already used THttpCli as HTTP WebSocket client or should I use more level TWSocket and handle all the HTTP protocol myself ? regards. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket

Re: [twsocket] HTTPCLI for WebSocket connection ?

2015-12-30 Thread Dod
Hello Angus, Yes I already googled around before asking and found this server side source code but found no client side inside it, the client example is only .html web browser side. I am attempting THttpCli adding specific HTTTP Headers to see it works the only thing is to keep THttCli

Re: [twsocket] HTTPCLI for WebSocket connection ?

2015-12-30 Thread Angus Robertson - Magenta Systems Ltd
> I am attempting THttpCli adding specific HTTTP Headers to see it works There are THttpCli events for sent and received headers, into which you can add your extra Upgrade:, etc, headers, and check if they are received. This should be easy enough for testing, once there is a list of the