I need to send an http request from an applet to a web server other than the one where the applet was loaded from. Sandbox prohibits doing this directly. The applet sandbox only allows connetion to the host it was loaded from.
So, I need to use a proxy to fool the applet sandbox. Applet is loaded from IIS which uses JRun for servlets. I gather I need to write a servlet to act as a proxy because I was told that IIS/Jrun cannot be configured...
User Profile
Collapse
-
question: http proxy to circumvent applet sandbox
-
question about http proxy
I need to send an http request from an applet to a web server other than the one where the applet was loaded from. Sandbox prohibits doing this directly. The applet sandbox only allows connetion to the host it was loaded from.
So, I need to use a proxy to fool the applet sandbox. Applet is loaded from IIS which uses JRun for servlets. I gather I need to write a servlet to act as a proxy because I was told that IIS/Jrun cannot be configured...
No activity results to display
Show More