N8n and direct download links

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:

https://mu.123tokyo.xyz/get.php/5/7f/kERVj2g0ZXc.mp3?n=Razvoj%20možganov%2C%20zgodnje%20otroštvo%20in%20puberteta%20(dr.%20Tina%20Bregant)%20–%20AIDEA%20Podkast%20198&uT=R&uN=bWF0ZWpoZXJuYXZzNTgw&h=Fwh_J2yQ6r8Us2c-GJjHJQ&s=1761433900&uT=R&uN=bWF0ZWpoZXJuYXZzNTgw

If you visit the link the download will strat instantly but if I make the HTTPS request I get nothing