Re: [DUG] Emulate a very basic web server using TCPServer

2011-03-20 Thread Ross Levis
Sent: Monday, 21 March 2011 4:57 PM To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] Emulate a very basic web server using TCPServer I suggest you look at the properties of the TIdHTTPRequestInfo object you get, corresponding to a browser request. All the informati

Re: [DUG] Emulate a very basic web server using TCPServer

2011-03-20 Thread Jolyon Smith
, 21 March 2011 16:47 To: 'NZ Borland Developers Group - Delphi List' Subject: [DUG] Emulate a very basic web server using TCPServer I've got a TCP Client/Server app using Indy10 which communicates using my own protocol, but I have a situation where I want to send information to

[DUG] Emulate a very basic web server using TCPServer

2011-03-20 Thread Ross Levis
I've got a TCP Client/Server app using Indy10 which communicates using my own protocol, but I have a situation where I want to send information to a browser using the same TCP Server using the same port, rather than implementing a separate Indy HTTP server. All I need is to retrieve the URL pat