<div dir="ltr"><div>Hi,<br><br></div>I am using below setup:<div>Squid proxy 3.5.4.</div><div>CentOS 7.1</div><div><br></div><div>I
 am trying to analyze the most used websites by the users via Squid 
proxy. I just require the first GET request for that particular browsed 
page page & not the proceeding GETs of that same page.</div><div><br></div><div>Eg:</div><div>1) user enters <b><a href="http://google.com" target="_blank">http://google.com</a></b> in client (mozilla)</div><div>2) client gets page containing some other urls</div><div>3) client initiates multiple GETs for same requested page without users knowledge </div><div><br></div><div>I
 myself tried a logic where I assumed if "Referer" header is present, 
then its not the first GET but a proceeding one for same requested page.</div><div><br></div><div>I know i cant rely on "Referer" header to be always present as its not mandatory. But I want to know if my logic is correct? & also if there's any alternative solution?<br><br></div></div>