Hello,
I have to ensure that curl
is sending cookies propertly, so I should view full text of request
(not response!) http headers. Is there any way to do it?
Thank you
Hello,
I have to ensure that curl
is sending cookies propertly, so I should view full text of request
(not response!) http headers. Is there any way to do it?
Thank you
Obviously, you need to intercept the request headers at some point. Considering you want to see headers from curl
, I would suggest setting up a transparent proxy. For a relatively simpler solution, I would suggest a tool such as WireShark.