Plus it definitely bloopers when it appends favicon.ico after .html
Ooh, hadn’t noticed that. But searching raw logs for "Client (i.e. beginning of UA) the single longest string of requests I find is 30 in one day, of which 29 were for, as you say,
/complete-URL/favicon.ico
Switching to search for this visitor's IP shows that it all started with a human visit to the said URL in September, initially with a mobile UA, later changing to a desktop UA with appended “Facebot Twitterbot”. Aggregate total of several thousand requests over the following months, mostly for some version of icon, some for the originally visited page (only).
:: further side trip to headers to figure out why the page requests were blocked ::
Oh. Oops. I’d forgotten that I blocked Facebot Twitterbot. Wonder what prompted that?
There are scattered requests from other IPs for
/complete-URL/favicon.ico
but almost all are intelligently followed by
/favicon.ico
alone.
When accompanying a human visit, these Client requests for the favicon are
instead of, not
in addition to, the expected favicon requests using the actual human UA. This suggests that Client/blahblah has a specific job--browser addon, maybe?--but, er, it isn’t very good at it.