Skip to content

This is a simple project that creates a webpage to return the request headers given as a JSON response.

License

Notifications You must be signed in to change notification settings

binarypatrick/HeaderAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header Audit

This is a simple project that creates a webpage to return the request headers given as a JSON response.

Build

dotnet build ./src/BinaryPatrick.HeaderAudit.csproj -o out/
dotnet ./out/src/BinaryPatrick.HeaderAudit.dll
docker build -t header-audit -f ./src/Dockerfile ./src
docker run -p 8080:8080 header-audit

Docker Hub

Image found at https://hub.docker.com/r/binarypatrick/header-audit

About

This is a simple project that creates a webpage to return the request headers given as a JSON response.

Resources

License

Stars

Watchers

Forks

Packages

No packages published