Closed nightshade427 closed 10 years ago
This is actually an http-parse bug (https://github.com/orthecreedence/http-parse/commit/bb5729c4f88c111c9c48392cd44dc6bc916ff542).
It wasn't splitting headers properly, so it was just throwing out the cookie data. I tried it after my fix with your exact cookie string and it appears all 13 cookies are coming through, but please confirm.
Perfect!! Thanks again :)
If I do a POST to wookie the browser says its sending liek 10 cookie keys with reqest, but if I look inside wookie request and even the raw http-request inside the wookie request object, it only has one cookie key?
Browser, inspector of sent data to server.
available in wookie