Applet User-agent

Posted by Jonathan Barbero on Stack Overflow See other posts from Stack Overflow or by Jonathan Barbero
Published on 2008-12-30T17:30:29Z Indexed on 2010/05/31 14:13 UTC
Read the original article Hit count: 259

Filed under:
|

Hello!

This is a simple question, but I didn´t found any documentation about this. When an applet makes a request, how is the user agent of the request. I want to know the applet user-agent expression to detect if a request comes from an applet.

I make two test, 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 can´t generalize from two test.

Thanks in advance, Jonathan.

© Stack Overflow or respective owner

Related posts about applet

Related posts about user-agent