Hi all,
First time user of Node-Red and maybe biting off more then I can chew!
I want to connect to the following website, and pull down my data, it is a two step process on the website.
first go to
https://homebrew.n3rgy.com/consumer-data/
enter the password and press set. That creates a cookie which is stored in the browser.
Then i want to go to
https://homebrew.n3rgy.com/cgi-bin/n3rgy-consumer-data.py?
and get the data. (eventually i want to write it off into mysql but small steps...)
I can make the call to the second page, but get not authorised, i assume because the cookie can not be found?
I initially tried on python, but don't understand web site calls enough to get that working either!
Any hints/tips or outright information on steps? I don't need anything fancy to input the password - happy to hard code that into the process, but essentially i'm stuck at the process of putting the password in the box, pressing the set (or the coding equivalent) and storing the cookie for the second call...