Python-based mini web server that just returns the browser headers
452
Simple Python-based webserver that simply mirrors the browser HTTP headers back to the browser.
docker run --rm --network=host deanturpin/http
Hit the server with your browser: http://localhost:8080
And you will be presented with the browser headers submitted in the GET request.
MIRROR BROWSER HEADERS - 2025-02-24 13:00:42.639989
accept-language en-GB,en-US;q=0.9,en;q=0.8
accept-encoding gzip, deflate, br, zstd
sec-fetch-site none
connection keep-alive
accept text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Content type
Image
Digest
sha256:099c14ab9…
Size
71.6 MB
Last updated
over 1 year ago
docker pull deanturpin/http