A simple Request Bin style application that allows you to capture, debug and inspect HTTP requests in a human-readable way. It is especially helpful when creating an application API or developing Webhooks.
BlackHole allows you to capture GET, POST, PUT, PATCH, DELETE and more HTTP requests.
BlackHole is lightweight and can be setup within minutes, the only requirements are a webserver and PHP. Both Apache and nginx work without issue and PHP 7+ is recommended. No database is required.
- Clone the repository
- Ensure the directory has write access
- Click to generate a random url
- Send HTTP requests to the given url
- Refresh the page to see information about the requests
- View Details (no HTML):
/index.php?api&details=<code>
(linked from results page) - View Details (with HTML tags):
/index.php?api&details=<code>&raw
- Create New Bin:
/index.php?api&create