Based on the explanation on this page:
[
developer.chrome.com...]
"Chrome will sometimes prefetch links on the Google Search results page, and other participating websites, before the user clicks on them. This feature relies on a CONNECT proxy which hides the user's IP address from the website that needs to be prefetched."
I've come across some comments expressing the belief that this was going to be phased out, but the examples I see include user-agent chrome versions up to version 129. These are requests for specific html files and not the file-fingerprint I would see during actual human browsing. I usually see 1 or 2 examples of this per day.
Starting in early 2021 I began to see hits from 192.186.4.0/24 and 72.14.201.0/24. These come back as (IP).v4.fetch.tunnel.googlezip.net. I think there might be a few other /24 ranges but these two are examples I saw yesterday.
Here's the thing - I don't see any associated actual human browsing happening in conjunction with these hits at the time. Has anyone seen this?
Question 1)
When I see a solitary hit from a googlezip IP, but no actual web browsing (presumably from the actual user IP) shortly after the googlezip hit, should I assume that the user performed a google search, my page showed up in the search results, but the user did not click on the link to my page?
Or would google actually serve the file (and associated graphics or accessory files to render the page) from it's cache if the user clicked on my page from the search results?
Question 2)
These hits from googlezip.net - do they preserve the (human) user's User-Agent and other request-header fields (ie browser language) ?
Question 3)
This chrome pre-fetch function - does the user have to activate this or install an add-on for this to happen, or is this the default behavior for all chrome browsers (since early 2021) ?