Blue Prism Product

 View Only
last person joined: yesterday 

This community covers the core Blue Prism RPA product.

  • 1.  Rest API Call - 407 Authentication required

    Posted 11-07-2019 07:20
      |   view attached
    Hi Experts,

    I had invoked restful API hosting in azure from Object and received below error.

    Internal : Unexpected error Error during Web API HTTP Request
    HTTP Status Code: 407
    HTTP Response Content: <HTML><HEAD>
    <TITLE>Access Denied</TITLE>

    This is because, form our network it has to go through proxy authentication to access external URI. 
    If i am browse to any external website from resource PC, then i am able to proceed run the object and get the response content. otherwise it will return 407 error.

    This issue because of calling an external URI require a proxy authentication. How to call a rest API with enter the proxy authentication?

    ------------------------------
    SHAHRULRIZAL SAID
    ------------------------------


  • 2.  RE: Rest API Call - 407 Authentication required
    Best Answer

    Posted 11-08-2019 12:28
    The WebAPI feature of Blue Prism does not support proxy authentication. If the is a requirement there is a REST web service VBO available on the Digital Exchange that I believe supports this. If not, the alternative would be to use a code stage and invoke the .Net HttpWebClient object directly. With that, you can definitely set up proxy authentication.

    ------------------------------
    Eric Wilson
    Director, Partner Integrations for Digital Exchange
    Blue Prism
    ------------------------------



  • 3.  RE: Rest API Call - 407 Authentication required

    Posted 11-11-2019 01:59
    Hi Eric,

    Thank you very much on your response.
    Will do it via code stage.

    ------------------------------
    SHAHRULRIZAL SAID
    ------------------------------



  • 4.  RE: Rest API Call - 407 Authentication required

    Posted 08-19-2020 02:31
    Hi Shah,

    Were you able to handle the proxy authentication via code stage?

    ------------------------------
    Aravinda Misra
    ------------------------------



  • 5.  RE: Rest API Call - 407 Authentication required

    Posted 08-23-2020 15:29
    Hi Aravindra,
    Yes i had use it in code stage.
    I am using below in code stage

    HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://www.google.com");

    IWebProxy proxy = request.Proxy;
    string URI = string.Empty;
    if (proxy != null)
    {
    URI = proxy.GetProxy(request.RequestUri).AbsoluteUri;

    }

    WebProxy myProxy = new WebProxy();
    Uri newUri = new Uri(URI);
    myProxy.Address = newUri;
    myProxy.Credentials = new NetworkCredential(UserName, Password,"MyDomain");
    request.Proxy = myProxy;
    var client = new HttpClient();
    var uri = "http://www.google.com";
    var response = client.GetAsync(uri);

    ------------------------------
    SHAHRULRIZAL SAID
    ------------------------------



Welcome to the Blue Prism RPA Product Community!

Whether you’re looking to manage a complex infrastructure, maintain security and compliance, bring new products to market faster, or gain operational speed and agility in an uncertain economy, Blue Prism delivers — with the flexibility you need to create the business you want. From deployment on-premise, through a cloud service provider or as SaaS, to a skillful and adaptable digital workforce that continually expands to meet your enterprise needs, you can gain enhanced operational insight and control while your people reclaim the time they need to focus on great work.

Product PageKnowledge BaseBlue Prism Training Offering
Product Research ProgramUpdates, Releases & Announcements

FAQs

Blue Prism is intelligent automation — business-developed, no-code automation that pushes the boundaries of robotic process automation (RPA) to deliver value across any business process in a connected enterprise.

A combination of RPA with expanded cognitive and AI capabilities, Blue Prism is different than other automation technology on the market. With one Blue Prism license, you gain instant access to an already AI equipped digital workforce, along with the tools you need to build and delegate automations. Click here for more information on Blue Prism and Intelligent Automation.
To learn more about how Blue Prism RPA can help your organization and how much it will cost to get started, please Contact our Sales department.
Blue Prism RPA can be downloaded from our customer portal. If you would like to consume or download any material it is necessary to create an account on the Portal. Once you have registered, you can access the download options for Blue Prism here.
Yes! Installed on your own machine and supported by our training materials and product documentation, you can use all the features of the full enterprise product for free with our Blue Prism Trial – giving you the opportunity to learn the basics before moving to a full production implementation. Click here for more information and to download the trial.
Yes! You can access our known issue list for Blue Prism from our Support Portal.
Regardless of your industry, Blue Prism’s Digital Workforce can adhere to strict governance and compliance standards without limiting productivity. Click here for more information on how your industry can benefit from Blue Prism.