Imagine I have dont_filter = False
and for current domain it will not send duplicate requests for already encountered URLs, but lets say I move to a different domain, will it send a new request?
Actually I just want to log URL's that have duplicate requests along with their referrer. What should be the appropriate place to capture these duplicate requests?