Is there anyway to manually pass a value for $ENV{'HTTP_REFERER'} to a page a user is forwarded to?
I wrote a Perl CGI script that validates base on username and password and forwards to user to different sites. Problem is one of these sites uses the HTTP_REFERER variable to validate users from my site. Because I use:
print "Location: $url\n\n";
to forward the users, HTTP_REFERER is left blank.
Any ideas would be welcome.
(Great site, btw)
Anthony
I wrote a Perl CGI script that validates base on username and password and forwards to user to different sites. Problem is one of these sites uses the HTTP_REFERER variable to validate users from my site. Because I use:
print "Location: $url\n\n";
to forward the users, HTTP_REFERER is left blank.
Any ideas would be welcome.
(Great site, btw)
Anthony