I am trying to create a fully functional web proxy using node.js, which essentially loads the web page and displays it to the client. I had a problem with the implementation of cookies, although it was harder than I thought, because they have so many rules.
Are there any libraries that have already been created to emulate how the browser handles cookies?
source share