I need to auth in a web scenario to monitor a web app.
The directory is protected by htpasswd.
My problem is that I can't find a way to register with post method my username/password and I get http 401 return code on my scenario.
The directory is protected by htpasswd.
My problem is that I can't find a way to register with post method my username/password and I get http 401 return code on my scenario.