Forum Moderators: DixonJones
**.***.***.* - - [22/Jul/2004:17:28:38 -0700] "GET / HTTP/1.1" 200 10616 "-" "Jakarta HTTP Client/1.0"
This could be anything... What does it *do* on your site? Does it fetch the images with your pages, or fetch the pages first and come back for images and other resources later -- or never? Case one is a browser behaviour, and case two is a 'bot behaviour.
As the Apache Jakarta Project page implies, you could build either a browser or a robot around this library, so it's probably best to look at it behaviourally and decide. I'm "Mr. 403" these days on unknown agents, but take a look at the behaviour pattern to decide.
Jim