I developing a project where I need to use in my client app (running in Linux) cookies that are being used by the broswer (that it also running by the client user).
So I'm trying to use node.js (and probably socket.io together) to do it. But every solution I try works for only one cookie. That is, I can extract the cookie information but once I do it when I change everything in my broswer (hence changing its cookies) it wont reflect in my app. So I would need such a thing like a real time cookie parsing.
I've tryed it using 'cookies.js' and also casper.js (definitively not what I'm looking for)
Is possible to do it with node.js? How should I procide to reach it?
via John Smith Doe
No comments:
Post a Comment