Hello, I’m trying to make a submission via LWP to a cgi
executable. However, this executable requires authentication. The site on which
it is hosted is set up for integrated windows authentication. Below is a portion
of my script: my $browser = LWP::UserAgent->new( );
NB: $query
represents the parameters that I want to submit after escaping with uri_escape. When I run my
script, I get a HTTP Error 401.3 – Unauthorized: Access is denied due to
an ACL set on the requested resource. Is Basic
authentication the only authentication method supported?? Also, this work on a
similar server without authentication setup. Kind regards
The information contained in this communication is confidential
and may be legally privileged. It is intended solely for the use of the
individual or entity to whom it is addressed and others authorized to receive
it. If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking action in reliance of the contents
of this information is strictly prohibited and may be unlawful. Kindly destroy
this message and notify the sender by replying the email in such instances. We
do not accept responsibility for any changes made to this message after it was
originally sent and any views, opinions, conclusions or other information in
this message which do not relate to the business of this firm or are not
authorized by us. Netcom is not liable neither for the proper and complete
transmission of the information contained in this communication nor any delay
in its receipt. |