> I am working on some kind of proxy that should send back a dynamic > banner. > > This is simple as the banner property can be set at during client > socket Create or Connect. > > I want that when client connect to proxy, proxy ask something to > server, get answer from server and set banner property from some > elements returned by server. > > Any idea how to do this ?
The banner is simply the first thing sent to the client. Set TWSocketServer banner to empty string so that the component doesn't send any banner. Then send yourself what you want when you want. When client connect, connect your proxy to the server to get the info you need. Then send that info back to the client. It will be seen as the banner. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be