Forum Moderators: open

Message Too Old, No Replies

Java/1.4.2_01 user agent

What is it?

         

KeithBoynton

12:14 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Is the user agent "Java/1.4.2_xx" a user agent supplied by valid browsers or is it as I suspect only supplied by a Java library used by programmers that write custom spiders etc.?

Has anyone had any experience of it?

bull

4:09 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Is the user agent "Java/1.4.2_xx" a user agent supplied by valid browsers

No.
or is it as I suspect only supplied by a Java library used by programmers that write custom spiders etc.?

Yes. Cf. [webmasterworld.com...]

KeithBoynton

4:33 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Thought so, I had one the other day that fell into bot trap, and keep getting the occasional request from other ips.

I've decided to ban it on UA as I can't think of anything useful that would use that UA. If someone was doing something useful using it they should at least append some other identification to it.

wilderness

4:38 pm on Aug 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



decided to ban it on UA

Over time you'll see a variety of versions of this UA.

Using and begins with first four letters tends to catch all. Or even a contains first four letters will do the same.

KeithBoynton

5:00 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Thanks for that