28 Jul 2019 12:52 PM - last edited on 14 Dec 2021 03:48 PM by MaciejNeumann
Is there a way to filter out a list of requests that come with no referrer?
I'm trying to follow users that send requests from from a software or a robot and not through the usual path that the site provides.
28 Jul 2019 04:00 PM
You can create request attribute on header that contains referer field. Then you should be able to create multidimensional analysis view which should split by this attribute. You will se there as well position that does not have this kind of traffic. But those requests made from software and robots should as well have different agent in configuration. This may be good idea as well.
Sebastian