in reply to Re: Setting referer with HTTP::Request and LWP::UserAgent
in thread Setting referer with HTTP::Request and LWP::UserAgent
I get the exact same output from the command line - huge step forward, thanks - but surfing to the script with a browser still produces Internal Server Error.#!/usr/bin/perl -w use strict; use CGI; print CGI->header( -nph =>1, -Referer => 'http://www.northwindtraders.com/login.html', -location => 'www.mydomain.com', );
What am I missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Setting referer with HTTP::Request and LWP::UserAgent
by Anonymous Monk on Mar 07, 2009 at 16:55 UTC | |
by punch_card_don (Curate) on Mar 07, 2009 at 17:00 UTC | |
by Anonymous Monk on Mar 07, 2009 at 17:39 UTC |