Skip to content

Request Mirror HTTP Request Logging Application

License

Notifications You must be signed in to change notification settings

avodacs/request-mirror

Repository files navigation

Request Mirror

License: MIT Known Vulnerabilities

HTTP request viewer, available at https://rm.avodacs.com, or locally using Docker.

Features

  • Make HTTP(S) requests and view the headers, querystring, and body
  • HTTP and HTTPS support
  • Use any trailing path
  • Use any verb

Check out our hosted version

We host the latest version of Request Mirror at https://rm.avodacs.com. Data expires after 4 hours, and the service is freely available for individuals and organizations.

Run in development mode

Install dependencies: $ npm install

Run using nodemon: $ npm run dev

Run in Docker

$ docker run -p 8080:3000 avodacs/request-mirror

Resources

Credits

Request Mirror is inspired by requestbin.

License

MIT