How can I configure the n8n HTTP Request node to successfully download the mp3 file from https://mu.123tokyo.xyz/get.php/5/7f/kERVj2g0ZXc.mp3 with the specified query parameters and headers, when the cURL command works with a 200 OK status but n8n returns “not found”?
hey @matej_hernavs welcome to n8n community,
here is example to download audio:
may be you can apply similar technique for your specified website.
btw here is how you can add headers:
Hy thank you I know how it works yes but I have somekid of instant download link and I cannot seem to get the file from it:
If you visit the link the download will strat instantly but if I make the HTTPS request I get nothing

