0
I need to compile an analytical report for a client about which Urls each network user accessed. However, the reports I’ve been observing show thousands of records that don’t serve that purpose. Quoting the Apis, jpgs, js and css that html codes call when a page is loaded. So, inside a firewall on a linux server, how can I differentiate the Urls that users accessed and the ones that the html codes invoked (also the other traffic that goes through it). What information should I look for to know what the user actually typed?
You can only trace the files you have
.php
or.html
– Miguel