Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

$IN->redirect and headers

Quote Reply
$IN->redirect and headers
I have a pop-under script that loads the clients website via the jump.cgi script -> Jump.pm

However the pop-under does not show the HTTP_REFERER header. Is there a way to force $IN->redirect () to add the HTTP_REFERER value?
This is line # 150 in Jump.pm, If not is there a way to redirect and include the HTTP_REFERER using $IN ->header()

The jump.cgi script does work properly, in terms of the HTTP_REFERER header, when the user clicks through using a normal <a href link.

Any ideas??

Thanks

Hagai