I call a web service with the HTTPS scheme. To access to web service I need a username and password. I implemented the http basic authentication. I always get the 401 error and I am sure that username and password are correct. Here is the code I used (I saw this code here: I call a web service with the HTTPS scheme. To