I'm using linkvertise on my site and im trying to get the referrer with django, when i get redirected from linkvertise, request.META.get('HTTP_REFERER') returns https://linkvertise.com, not the whole link like linkvertise.com/code, is there anyway i can get the whole link to check if it's mine so people can't create fake links redirecting to my site?