Skip to content

A simple httpd server that helps you debugging IPs, headers, cookies, etc. e.g. if used behind a web-proxy

Notifications You must be signed in to change notification settings

schneidexe/debug-httpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

debug-httpd

A simple httpd server that helps you debugging data sent to it (esp. headers) e.g. if used behind a web-proxy

build

docker build --no-cache -t debug-httpd .

run

docker run -p 8080:8080 debug-httpd

use

http://localhost:8080

About

A simple httpd server that helps you debugging IPs, headers, cookies, etc. e.g. if used behind a web-proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published