Aug 3, 2023
0
Level 1
Is there a way to log out the request "cookie" header using axios?
Right now, I can only grab the response "set-cookie" values, but when I view the actual "cookie" that was sent with the request, there is a lot more to it and I need to grab certain values from the cookie to pass for authentication that are not included in the "set-cookie" values https://xender.vip/ .
Is there a way to see what the value of the entire cookie that was sent with a request and log it to the console via node outside of a browser?
Thank you!
Please or to participate in this conversation.