79213413

Date: 2024-11-22 01:57:29
Score: 1
Natty:
Report link

Solved!

the URL is incorrect:

 $apiURL = “https://ssaddress/ss/winauthwebservices/api/v1/secrets/$SecretId”

it should be:

$apiURL = “https://ssaddress/ss/api/v1/secrets/$SecretId”
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Roger McCarrick