HTTP Request getting more URL response

Hi All,

I am new bee to UI Path and I am trying to get URL response code and succeed using Http Request action. Currently the requirement is to get the response of more than 25 URL’s . Is there a way to achieve the same ?? Please suggest !

Hello @Omprakash_Subramania,

Welcome to the community !

Following the following steps:

  1. Fill these input fields

  2. You will get the status code in Int32 Format.

  3. You can invoke the HTTP Request activity in a loop and pass the required URL in the EndPoint property inside the loop and capture the Status Code for each URL.

Hope that helps ! Kudos :slight_smile:

Regards,
Nithin

Thanks Nithin ! Could you give an example of the HTTP Request activity in a loop ?

Hello @Omprakash_Subramania,

Here you go: HTTP_Request_Loop.zip (21.2 KB)

Hope that helps ! Kudos :slight_smile:

Regards,
Nithin

1 Like

Awesome Nithin, exactly what I expected. Thanks a lot!!

1 Like

Hello @Omprakash_Subramania,

Please mark the response that helped you the most as the solution. This is will help other fellow community members find answers quickly.

Regards,
Nithin

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.