This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support of HTTP_REFERER in CGIHTTPServer.py
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: collinwinter, ookoi
Priority: normal Keywords: patch

Created on 2006-05-03 13:01 by ookoi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
HTTP_REFERER.patch ookoi, 2006-05-03 13:12 against Revision 45884
Messages (2)
msg50178 - (view) Author: Sébastien Martini (ookoi) Date: 2006-05-03 13:01
In CGIHTTPServer.py simply put the referer's value
(obtained from headers) in os.env associated to the key
'HTTP_REFERER'.
msg50179 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-09 03:16
Applied as r54234.

Thanks for your patch!
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43313
2006-05-03 13:01:14ookoicreate