Applet agent
This is a simple question, but I haven't found any documentation on this. When the applet makes a request, as the user agent of the request. I want to know the applet user-agent expression to determine if the request is coming from the applet.
I am doing two tests with IE7 and Firefox 3.0.5 with JDK 1.6.0_03 and the user agent was "Mozilla / 4.0 (Windows 2003 5.2) Java / 1.6.0_03" in both, but I cannot generalize the two tests.
Thanks in advance, Jonathan.
Better later than never.
IE, Safari, Firefox and Chrome browsers allow you to request a Java applet with the user agent header "Mozilla / 4.0 ( operative system info
) Java / 1.6.0_03". Opera puts its own title instead of the applet title.
Hope this helps someone.