Let's say I have an Nodejs server running, how can...
# general
k
Let's say I have an Nodejs server running, how can I fill in the username and password in login form in-order to get the code from URL? Only step I am confused about is how can I automatically login to my admin account after I make a get request to netsuite for login, and they send me an html login form. I understand the redirect URL and token after this.