Downloading photos from the website

Hello. I need to download photos one by one from a website with UiPath Studio. However, the link to the photo on the page does not end with the extension. For example, the photo link is as follows: domain.com/+(randomchar)+?db=+(randomchar)
When I get the photo link related to the http client activity and go to that URL, the photo can be viewed on the browser, but I cannot download it with a photo extension unless I right-click and click Save As. I am looking for a faster method to download the photo directly other than the Right Click option. Thanks in advance. :slight_smile:

@sureklitalebe

Welcome to the community

You need to check if there is a way to get the link with extension then http request can be used…Else you need to do through ui only

cheers