
Announcements
I am making a get request to a link that download a file. The link is also a proxy to an actual link. When I make the request I get 404 error. If I load the link from my browser, it download the file automatically. Also If I use "curl" to call the link from my terminal it download the file to my machine.
"curl -L -O https://www.example.com/uploads/myfile.jpg"
I want to download the file and use the create blob flow to save it into my blob storage. Please can anyone direct me on how to get this done?