81
Views
1
Comments
Donwload image webp from URL using GetRequest_Submit
Question
Hello friends.
I have the following problem and would like to know if anyone has experienced this.
I'm trying to download a webp image via a URL. For that I'm using GetRequest_Submit.
For png or jpg images, the download goes smoothly. However, when I try to download some webp type image, timeout is returned. Has anyone ever experienced this? I've tried some forge components, and the error continues. I created a simple xif, I find the same error.
I tried to apply this possible solution, but with no success. (https://stackoverflow.com/questions/66072583/download-webp-image-from-url-with-c-sharp).

Sample webp image: http://aplweb.soriana.com/foto/fotolib//14/7503003936114/7503003936114-01-01-01.jpg
Thanks for any help

ImageFromURL.xif
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi David,

You are doing nothing wrong as far as I can see, your solution is equal to the reply marked as solution in this old post: https://www.outsystems.com/forums/discussion/61546/download-files/

If I use the URL of shared in that discussion, get the same error with the url you try to download.` While any other image URL I can download without problems.

Maybe aplweb.soriana.com is blocking traffic?

Try to test with files from another website, to confirm your logic works.

Regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.