https://github.com/avodacs/request-mirror
Request Mirror HTTP Request Logging Application
https://github.com/avodacs/request-mirror
developer-tools development-tools systems-engineering web-application
Last synced: 5 months ago
JSON representation
Request Mirror HTTP Request Logging Application
- Host: GitHub
- URL: https://github.com/avodacs/request-mirror
- Owner: avodacs
- License: mit
- Created: 2017-10-08T04:02:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T03:16:37.000Z (over 3 years ago)
- Last Synced: 2024-05-27T12:13:49.333Z (about 2 years ago)
- Topics: developer-tools, development-tools, systems-engineering, web-application
- Language: HTML
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Request Mirror
[](https://microbadger.com/images/avodacs/request-mirror "Get your own image badge on microbadger.com")  [](https://opensource.org/licenses/MIT)
[](https://snyk.io/test/github/avodacs/request-mirror)
HTTP request viewer, available at [https://rm.avodacs.com](https://rm.avodacs.com), or locally using [Docker](https://hub.docker.com/r/avodacs/request-mirror/).
## 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](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
* [Changelog](CHANGELOG.md)
* [Contributing Guide](CONTRIBUTING.md)
## Credits
Request Mirror is inspired by [requestbin](https://github.com/Runscope/requestbin).
## License
[MIT](LICENSE.md)