https://github.com/mslinn/sinatrarequestexplorer
Dumps GET and POST parameters
https://github.com/mslinn/sinatrarequestexplorer
Last synced: 2 months ago
JSON representation
Dumps GET and POST parameters
- Host: GitHub
- URL: https://github.com/mslinn/sinatrarequestexplorer
- Owner: mslinn
- Created: 2022-12-02T19:19:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T12:13:00.000Z (over 2 years ago)
- Last Synced: 2025-01-09T01:12:06.363Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra Request Explorer
An exploratory web application using ruby Sinatra which dumps request parameters.
This is useful when integrating services.# Getting started
## Native Ubuntu```
$ sudo apt install rerun$ bundle install
$ rerun ruby main.rb
````## WSL / WSL2
`Rerun` does not work without the full Linux machinery.
```
$ bundle install$ ruby main.rb
````## All platforms
1. Point your web browser to http://localhost:9876
2. Run `./test`