Hello all! I was wondering, if there is a way to retrieve the referer url with python (web-based). I tried this:
import os print os.getenv('HTTP_REFERER') but it's not working, even thought other http variables do function, this one is always a None. Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list