Hello all
i'm developping an applet that uses corba/diiop features in a domino web server, this applet tries to get session from the server using
this.openSession()
where this represents the applet.
i'm using a wingate proxy server;
when the client is connected directly to the internet (not through proxy), the applet works and i can open the session; however, when the browser is configured to use proxy(the wingate server), the session fails.
if i install on the client computer the "wingate internet proxy client" and use it with the wingate server , and in the browser i choose direct connection(not proxy), the applet works and i can open the session, knowing that in this case i'm using the winsock redirection feature of the proxy server.
Since not all our client-companies use wingate and not all proxies have the winsock redirection feature, can anyone help me setting up some kind of winsock redirection into my applet code
thanks