Session Cookies
I need to pull some data from a server. The process is this:
1. POST request a password to a url.
2. recieve session cookiw.
3. use that session cookie in a GET request to another url
4. take the jason object that gives me and store it in firebase.
I have the post request working, but can't figure out how to grab the session cookie and use it in the next node.
Also the ai node creation function isn't working.
1. POST request a password to a url.
2. recieve session cookiw.
3. use that session cookie in a GET request to another url
4. take the jason object that gives me and store it in firebase.
I have the post request working, but can't figure out how to grab the session cookie and use it in the next node.
Also the ai node creation function isn't working.

