jugglingcats
jugglingcats
In React they prevent partial page from being rendered if there is an error, so error overlay is appropriate in all cases. It would be a nice enhancement particularly for...
That is very inconvenient... we have servers running in production with the updating parser :-(
We are also switching to the non-updating parser. I am just wondering about the impact of this in the medium term. I assume that the vast majority of detection is...
I'm still not clear how it will work with udger.com. Is the url controlled with username/password? Presumably then you would have to code the authentication mechanism into UADetector. That would...
I agree with @HaraldWalker on all points. Our goal is to have high level classification: to identify mainstream bots and between common mobile vs. desktop browsers. We don't need it...
Good summary of the current situation. Just for completeness, there is another Java client for udger.com data, described here: https://github.com/adhar1985/DIUASparser. But it has not been updated for a while and...
This issue is a concern to me too. It seems the cut for robots in the code is not inclusive enough of these cases where the 'Googlebot' string is buried...
I found that the Google adwords mobile bot was _not_ detected as a robot. I will post some sample code. I don't think many of us are doing reverse IP...
My bad, I misread the original post. I will do some more testing and raise a separate issue for the Google adwords bot detection. Thanks.
I agree with @phjardas for our use case (robot detection) we would like both to be classified as `Robot`, but can see that the opposite view is equally valid, eg....