When enabling "HTTP Authentication" with type Basic I got 401 (Unauthorized)
[INFO] [04:43:33] testing connection to the target URL
[OTHER] [04:43:34] not authorized, try to provide right HTTP authentication type and valid credentials (401)
[WARNING] [04:43:34] HTTP error codes detected during run:
401 (Unauthorized) - 1 times
I had to add a Custom Authorization Header "Authorization: Basic XXXXXXXXXXXXX=" as a workaround to make it work
When enabling "HTTP Authentication" with type Basic I got 401 (Unauthorized)
I had to add a Custom Authorization Header "Authorization: Basic XXXXXXXXXXXXX=" as a workaround to make it work