in reply to Re: Trying to allow cgi script to access htpasswd protected files.
in thread Trying to allow cgi script to access htpasswd protected files.

kschwab’s answer was on point and probably right/workable; though without https:// also a bit dangerous. That style of URL works fine with HTTP Basic Authentication. Without LWP::UserAgent or WWW::Mechanize or other code samples, your answer is pretty hand-wavy, as they say on the innertubes.

  • Comment on Re^2: Trying to allow cgi script to access htpasswd protected files.
  • Download Code