Issue 1481079: Support of HTTP_REFERER in CGIHTTPServer.py (original) (raw)

Issue1481079

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:17 admin set github: 43313
2006-05-03 13:01:14 ookoi create