Unexpected error Error during Web API HTTP Request Web Exception Status: ConnectFailure

priya

New Member
Hi
I am using Web API services in blue prism to call the REST APIs..
few time i get below error and API call will fail ..

error message :
Unexpected error Error during Web API HTTP Request Web Exception Status: ConnectFailure

can anyone help me to understand the reason for this error.
 

wasifahmad

New Member
Hi Priya

Could you provide more details for the API you are calling . It seems that there is some issues with the endpoint
 

bot1robot

Member
@priya
From error description it seems there is connection issue while consuming endpoints of WEB API .
Could you try it consuming this web api outside blue prism (like hitting endpoint from browser) ?
hope this helps.
Please post how it goes.
 

vikas1612

New Member
I am also facing the same Connect Failure issue although the same is working fine with Postman application.
 

ewilson

Member
@vikas1612 are you traversing an HTTP proxy/firewall that requires authentication? If so, the Web API service feature of Blue Prism does not support proxy authentication. You would need to use the Utility - HTTP VBO instead.
 
Top