16-05-23 06:02 PM
Hello,
I am trying to trigger an exposed process using visual studio. I am getting an exception as - The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="BluePrism"'.'
Here I am passing the correct credentials
17-05-23 03:32 AM
What are you doing with username password is not clear from the screenshot. You just need to add the Authentication header with a value of "Basic xxxx" where "xxxx" is the base-64 encoded value of username:password.
Thanks