NodeJS is a fantastic tool and blazing fast.
I’m wondering if HTTPClient supports cookies and if can be used in order to simulate very basic browser behaviour!
Help would be very much appreciated! =)
EDIT:
Found this: node-httpclient (seems useful!) not working!
Just get cookies from
Set-Cookieparam in response headers and send them back with future requests. Should not be hard.