31-05-23 10:40 AM
Hi,
I'm trying use a API in my project, we enabled proxy/firewall in my dev network and able to see the response in post man and chrome browser
This API will be authenticated with username and password to get the API Key and that key will be used to frame new URL go get the required response.
URL is like this: https://**********.com/api
Below is the work around done.
Approach1:
Added the API in Web API services of system manager(Blueprism tool) with base URL and added end point URL with creating action with in this to run it from process studio where we are getting below error.
Approach2:
calling the URL with Webservices REST - Get action and Utility - HTTP Request action by passing required input parameters and getting below error.
Please provide some suggestions.
31-05-23 11:55 AM
Hi Manikanta,
A screenshot of your Blue Prism vs POSTMAN configuration would be helpful to debug.
Utillity - HTTP can be used to set the proxy for the API call. Not sure if you have already tried it.