Simple HTTP server for logging requests only

Viewed 25002

I need to run a simple HTTP server that will only log incoming requests and nothing.

It should log whole requests' content. Like headers, cookies, body....

I need just simple solution that I can run in a few minutes and will work.

Implementation language is not important.

Something like Charles but HTTP server instead of proxy

2 Answers
Related