Skip to content

Repository files navigation

HTTPDumper

Easily inspect incoming HTTP and HTTPS requests.

Installation

npm install
npm start

Configuring

Docker

docker run -dp 8888:8080 --name=httpdumper pastin/httpdumper

Behind reverse proxy

Trust proxies for example:

Standalone

export TRUST_PROXIES="loopback, 172.17.0.1"

Docker

docker run -dp 8888:8080 -e TRUST_PROXIES="loopback" --name=httpdumper pastin/httpdumper

Nginx configuration:

serverserver_namehttp.pastebin.fi;location / {proxy_set_header X-Forwarded-For $remote_addr;proxy_set_header Host $http_host;proxy_passhttp://127.0.0.1:8080;}}

About

Easily inspect incoming HTTP and HTTPS requests.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages