On Thu, 14 Apr 2005, Lars Mueller wrote:
For every post request being made from the applet a new SSL-connection is set up to the server. This usually works just fine. Using the combination of proxy and MSIE causes problems after reloading the applet. Then only the first two requests are being sent and appear not to contain any data other than the HTTP-header when reaching the appserver.
Time to dig up your favorite packet analyzer and look into what the applet is actually sending to the proxy.
If the traffic is SSL encrypted then ssldump is a very good tool. Even allows you to decrypt the traffic if you have access to the private certificate key of the server.
Regards Henrik