greetings,
hoping to get some help figuring out how to download a file.
I’m trying to use the HTTP module > Get a file
My url is in this format:
https://system.gotsport.com/org_event/events/#####/matches_export?club=####
but i’m only getting error code 404.
I know that this link works. I can use this same link using cURL on my linux machine using:
curl --data "club=####" https://system.gotsport.com/org_event/events/#####/matches_export
am i missing something? or is this not possible in Make?
thanks in advance for any assistance.