in reply to Re^3: Authorizing with NTLM - Problem Domain
in thread Authorizing with NTLM - Problem Domain
I have also tried this:
{ my $Options = user => 'Domain\\UsernameIsHere', password => "***********", domain => 'ServerAddressIsHere.com/', timeout => 30, protocol => "https", AuthMethod => "NTLM", ##BrowserAgent => "MSIE 6.0; Windows NT 5.0", RequestMethod => "GET", ##DataDir => "/tmp", };
But this would also not lead any further
Error message is:
ERROR: Can not dump data from http://ServerAddressIsHere.com/mbSDKServ +ice/MsgSDK.asmx/RunQuery?queryName=QueryNameIsHere Returned code: 401 (401 Unauthorized)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Authorizing with NTLM - Problem Domain
by haukex (Archbishop) on May 18, 2018 at 08:58 UTC |