The http-logging tag has no wiki summary.
3
votes
1answer
214 views
Generic HTTP server that just dumps POST requests?
I am looking for a command line tool that listens on a given part, happily excepts every HTTP POST request and dumps it.
I want to use it for testing purposes, i.e. for testing clients that issue ...
2
votes
3answers
219 views
Monitoring HTTPS traffic using tcpflow
I would like to use tcpflow to monitor https requests. I have read tutorials on how to monitor http traffic but when I connect to a host using https the output is garbled. I am using tcpflow in the ...
7
votes
3answers
4k views
On-the-fly monitoring HTTP requests on a network interface?
For debugging purposes I want to monitor the http requests on a network interface.
Using a naive tcpdump command line I get too much low-level information and the information I need is not very ...
3
votes
1answer
1k views
Can anybody recommend an HTTP debugging proxy?
I would like something that allows me to:
Inspect all HTTP(S) traffic between my computer and the Internet, including 127.0.0.1
Modify incoming or outgoing data
It would also be nice if it had a ...