i not find how in powershell pass through http autentification then use a webservices (lotus/domino)
- by user1716616
We have here a domino/lotus webservices i want use with powershell.
probleme is in front of webservices lotus admin ask a http autentification.
how i can use this webservice??
here what i tryed first scrap the first page and get cookie.
$url = "http://xxxxxxx/names.nsf?Login"
$CookieContainer = New-Object System.Net.CookieContainer
$postData…