Detect Google Chrome page prefetch
I am building a simple tool that tracks and increases the number of visits of a website. It's something simple as: When the server receives a GET request, it will increase the counter in database for that website by 1. However, I am running to a bit problem with Google Chrome's pre-render engine ("Predict network actions to improve page load performance"). The website is www.domain.com, and as soon as you type the domain name www.domain.com into the browser's address bar (without pressing Enter), Chrome sends a GET request to prefetch the page, resulting in the server logging that visit and