I am currently trying to analyze the traffic of a website.
Besides specifics regarding the requested resource and timestamps, the tracking system only provides the request's HTTP referrer.
In most instances the referrer is null. Given that the website in question has an ssl certificate, can I assume that this traffic is mostly due to web crawlers?
If the referral data is not enough, what additional (accessible) data can I gather to identify web crawlers?
Thanks
Refererheader when one uses "Open in a new tab/window" feature. Also, some browser privacy plugins also removeRefererheader on requests. So, often it is a crawler, but not nearly 100% of the time.