cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Exposed blue prism process using Visual studio

Shiva_Kumar_Re1
Level 2
26316.png

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 



------------------------------
Shiva Reddy
------------------------------
1 REPLY 1

GopalBhaire
Level 10

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



------------------------------
Gopal Bhaire
------------------------------