Re: Secure communicaton between applet and servlet.
Posted By:
Francesco_Moggia
Posted On:
Tuesday, May 29, 2001 07:07 AM
An interesting feature of Java Plug-in allows you to use the browser https support.
You've to open an URLConnection, in the applet code to such an URL:"https://yourserver.com/", and the java plug-in submit the request by the browser SSL engine.
I've found some interesting reading at:
"http://java.sun.com/products/jdk/1.2/https.html"