Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

taxo00's avatar

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!

0 likes
0 replies

Please or to participate in this conversation.