I'm trying to download a csv file from a website with the http request node where the download is behind a login.
After a lot of trying, reading the forum and much googling it's now possible to login with a http request in the website.Thanks to Steve-Mcl his tip to use the Network tab in the inspector of chrome. Right click on the POST request and you can copy the POST as Node.js fetch. Some minor changes to this Node.js and you can past it in a function node.
My problem is now that if I want to download the file with a second http request node after a successful login with the first http request node apparently the website has already logged me out again and can't download the file and will be redirected to the login page again. Tried off course checking the Enable connection keep-alive checkbox, but with no result.
Any idea where to look at or any other tip to get me going again.
This is how the flow flows ![]()
