like-gold•15mo ago
How to download a .wav file protected by a login page
I have this make.com scenario that is activated after a contact has beed made in my website's assistant, and I get a url like "https://186.227.150.114:5001/#/download_record/xxxxxxxx.wav" and for me to be able to download it, I have to insert my username and password (see image). How can I work arround this and download the file in my scenario. Any suggestion with or without scripting is welcomed.

9 Replies
I'm sorry, but the information provided in the source documents does not support the instructions on how to download a .wav file protected by a login page using a Python script. The source documents primarily discuss Voiceflow, a platform for designing and building conversational experiences, and its various features and configurations. They do not provide any information or guidance on downloading protected files using Python or any other programming language.
is there an api? use it if there is.
like-goldOP•15mo ago
Hey dude. Long time no see! Hope you are doing well. Well, they do, and I am using it to get this link. Thats all I can do with it in terms of the recording 🥲
Maybe I can do a basic HTTP custom request that includes your authentication credentials, but I have no idea what the headers are. How can you tell if the authentication method is Basic Auth or ssl verification?
generous-apricot•15mo ago
where is the data stored?
like-goldOP•15mo ago
in 3CX portal
like when my browser has logged into the 3CX system already if I search the link, it doesn't open a page, it downloads the file right away. Now, when a do a basic auth get request with the same credentials in postman, I get the html of a page, instead of getting the file. Here is a real link: https://186.227.150.114:5001/#/download_record/1003%252F%255BFABRISSA%255D_1003-02730123636_20240625115024%25287544%2529.wav. Any insights @W. Williams (SFT) @Raj🚀 ?
I would write a puppeteer script to do it then send it back to VF as JSON. Puppeteer is a headless chrome browser that can easily login to a website and download any file.
generous-apricot•15mo ago
Does it have nay Api or sql capabilites?
it can interface with anything.
like-goldOP•15mo ago
no
Im going to try this man, thank you