in reply to Re: Best practice for letting my CGI scripts access another password protected CGI script?
in thread Best practice for letting my CGI scripts access another password protected CGI script?

Well, now I see this post :)

www.domain.com and domain.com and domain.com:365 are all different ... so figure out which one you need ... easier than ...Headers->new

LWP uses host_port for basic-auth

$ perl -MLWP -le " print URI->new( $_ )->host_port for qw{ http://www +.example.com http://example.com:365 }; " www.example.com:80 example.com:365
  • Comment on Re^2: Best practice for letting my CGI scripts access another password protected CGI script?
  • Download Code