Hi all
I'm trying to query IPO 11 REST API with a powershell script but I'm stuck on an error 401:unauthorized !
This is my test script
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$uri = "https://<serveur>:7070/WebManagement/ws/sdk"
$authente =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.