Re: [twsocket] Webserver with local connections only

2007-12-02 Thread DZ-Jay
On Dec 2, 2007, at 06:59, Francois PIETTE wrote: > And also probably limiting the number of concurrent connections to what > flash needs. > And also examine the request header to make sure it comes from the > flash > application. Maybe you can craft some request from your application so > that

Re: [twsocket] Webserver with local connections only

2007-12-02 Thread Francois PIETTE
ROTECTED]> To: "ICS support mailing" Sent: Sunday, December 02, 2007 9:12 AM Subject: Re: [twsocket] Webserver with local connections only >I think the easiest and safest way would be to set the listening IP to > 127.0.0.1 . > > Regards, > > SZ > > > On 1

Re: [twsocket] Webserver with local connections only

2007-12-02 Thread Fastream Technologies
I think the easiest and safest way would be to set the listening IP to 127.0.0.1 . Regards, SZ On 12/2/07, George <[EMAIL PROTECTED]> wrote: > > Hello, > > I created a THttpServer that is used as a middleware between my delphi app > and a flash application. > I want to make sure that only me an

[twsocket] Webserver with local connections only

2007-12-01 Thread George
Hello, I created a THttpServer that is used as a middleware between my delphi app and a flash application. I want to make sure that only me and flash will communicate each other so I want to restrict connections from outside internet or local IPs. What's the safest way to check it? Any piece of