Skip to content
forked from jpf/requestbin

Inspect HTTP requests. Debug webhooks. Originally created by @progrium.

Notifications You must be signed in to change notification settings

pallyya/requestbin

This branch is 101 commits ahead of jpf/requestbin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f98903f · Apr 9, 2018
Apr 4, 2018
Jul 29, 2013
Feb 14, 2017
Mar 2, 2017
Feb 25, 2014
Mar 20, 2018
Apr 26, 2016
Jan 5, 2017
Jun 13, 2017
Jun 26, 2017
Sep 5, 2013
Jul 29, 2013

Repository files navigation

We have discontinued the publicly hosted version of RequestBin due to ongoing abuse that made it very difficult to keep the site up reliably. Please see instructions below for setting up your own self-hosted instance.

Originally Created by Jeff Lindsay

License

MIT

Looking to self-host?

Deploy

Deploy your own instance using Heroku

Create a Heroku account if you haven't, then grab the RequestBin source using git:

$ git clone git://github.com/Runscope/requestbin.git

From the project directory, create a Heroku application:

$ heroku create

Add Heroku's redis addon:

$ heroku addons:add heroku-redis

Set an environment variable to indicate production:

$ heroku config:set REALM=prod

Now just deploy via git:

$ git push heroku master

It will push to Heroku and give you a URL that your own private RequestBin will be running.

Deploy your own instance using Docker

On the server/machine you want to host this, you'll first need a machine with docker and docker-compose installed, then grab the RequestBin source using git:

$ git clone git://github.com/Runscope/requestbin.git

Go into the project directory and then build and start the containers

$ sudo docker-compose build
$ sudo docker-compose up -d

Your own private RequestBin will be running on this server.

Contributors

About

Inspect HTTP requests. Debug webhooks. Originally created by @progrium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.7%
  • Python 7.3%
  • HTML 4.7%
  • Dockerfile 0.3%