Simple HTTP server for logging requests only [closed]

For some super simple alternatives, there’s netcat:

$ nc -l -p 8080

And python’s inbuilt:

$ python -m SimpleHTTPServer 8080

(In recent versions of python, 3?) this is now:

$ python -m http.server 8080

Netcat won’t serve responses so you may not get too far, SimpleHTTPServer won’t show POST requests (at least). But occasionally I find both useful.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)