[twsocket] Handshake of TWSocket

2014-02-18 Thread Syncro-Concept
Hello, is there anybody who can and will explain to me if the socket handshake protocol is implemented and how the handshake works ? I have problems connecting to socket applications using handshake. Thanks in advance, Andree --- Diese E-Mail ist frei von Viren und Malware, denn der avast!

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Noam weissman
Hi, What do you mean by handshake ? If you mean TCP handshake, yes it is implemented on socket level. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Syncro-Concept Sent: Tuesday, February 18, 2014 12:17 PM To:

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Syncro-Concept
Am 18.02.2014 12:37, schrieb Noam weissman: Hi, What do you mean by handshake ? If you mean TCP handshake, yes it is implemented on socket level. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Syncro-Concept Sent: Tuesday, February

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Noam weissman
Hi, My apologies for misunderstanding that. I have not worked (yet) with any of the HTTP components so I cannot help with that. BR, Noam. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Syncro-Concept Sent: Tuesday, February 18, 2014 1:51 PM To:

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread Angus Robertson - Magenta Systems Ltd
is there anybody who can and will explain to me if the socket handshake protocol is implemented GET /chat HTTP/1.1 Host: server.example.com Upgrade: websocket Sorry, websockets is not supported by the ICS HTTP components. Another ICS user stas...@orc.ru has implemented

Re: [twsocket] Delphi XE5 . TSmtpCli and an Intraweb Applicaiton issue/ question

2014-02-18 Thread Arno Garrels
- Original Message - From: Rudy Poseika rpose...@cbautomation.com To: twsocket@lists.elists.org Sent: Monday, February 17, 2014 3:30 PM Subject: [twsocket] Delphi XE5 . TSmtpCli and an Intraweb Applicaiton issue/ question Intraweb 14.0.23 ICS-V8 gold - Oct 2013 -This worked

Re: [twsocket] Basic HTTP Authentication over SSL

2014-02-18 Thread Wayne Phipps
I thought I'd just clarify we're actually using v7.23 The result returned is: StatusCode= 401 {responseCode:401,responseMessage:Unauthorized} Any suggestions welcome. On 18 February 2014 13:01, Wayne Phipps waynephi...@gmail.com wrote: We are trying to integrate to a HTTP JSON API using

Re: [twsocket] Basic HTTP Authentication over SSL

2014-02-18 Thread Angus Robertson - Magenta Systems Ltd
The process should be as follows: 1) Use HTTP POST to pass username and password parameters to login URL 2) A token string is returned if login was successful 3) The token is then used as Basic Authentication using HTTP GET to retrieve JSON from different API URL Step 1 and 2 are

Re: [twsocket] Basic HTTP Authentication over SSL

2014-02-18 Thread Arno Garrels
On Tuesday, February 18, 2014 2:01 PM [GMT+1=CET], Wayne Phipps wrote: Now we've come to implement the interface in Delphi, we've hit a hurdle. The process should be as follows: 1) Use HTTP POST to pass username and password parameters to login URL 2) A token string is

Re: [twsocket] Basic HTTP Authentication over SSL

2014-02-18 Thread Wayne Phipps
Not yet, I didn't spot that function but that sounds like a good plan. Thanks Arno, I'll give that a go. Kind Regards, Wayne On 18 Feb 2014 18:26, Arno Garrels arno.garr...@gmx.de wrote: On Tuesday, February 18, 2014 2:01 PM [GMT+1=CET], Wayne Phipps wrote: Now we've come to implement the

Re: [twsocket] Handshake of TWSocket

2014-02-18 Thread François Piette
is there anybody who can and will explain to me if the socket handshake protocol is implemented and how the handshake works ? I have problems connecting to socket applications using handshake. A socket by itself is not a protocol nor it implement any handshake. A socket is just an

Re: [twsocket] Basic HTTP Authentication over SSL

2014-02-18 Thread Wayne Phipps
OK, I've tried that now but it's unfortunately made no difference. Just for info, I've set two breakpoints. One on the function THttpCli.PrepareBasicAuth and the second on the procedure THttpCli.StartAuthBasic which I rightly or wrongly expected to be called. The breakpoint at StartBasicAuth

[twsocket] No Socket Handshake available

2014-02-18 Thread Syncro-Concept
Hello, I encountered that the socket handshake, as described in RFC 6455, is not implemented in the ICS components of overbyte. This means, that this software is not RFC 6455 compliant. Other software I am using, relying on this standard, is not able to connect dues to this reason. Is this

Re: [twsocket] No Socket Handshake available

2014-02-18 Thread Angus Robertson - Magenta Systems Ltd
I encountered that the socket handshake, as described in RFC 6455, is not implemented in the ICS components of overbyte. That standard is websockets, not sockets, totally different. Websockets is not supported by ICS, see the answer I gave you yesterday which you ignored, I suggest an ICS