How to use HTTP request along with properties

I have a link which I get from the Config File of ReFramework. I need to hit the link in any browser. After i hit the link I get a folder location on the website like shown below.

Further I need to use this folder path to navigate to the location mentioned in the web

Please help me if I can do this using HTTP request activity.

Suggest another way if this does not work out

@Chetan_Wagh

Just send this as uri in http request and save the response in a variable…that should give you the location in a variable ideally

Cheers

What to give in Parameters ?

If i do not enter anything there it shows an error.

image

@Chetan_Wagh

As per error your uri variable is empty…please fill the data

Cheers

1 Like

Thank you . It worked

1 Like

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