You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ docker compose up
67
67
-[Photo and Video Galleries](#photo-and-video-galleries)
68
68
-[Proxy](#proxy)
69
69
-[Recipe Management](#recipe-management)
70
+
-[Request Bins](#request-bins)
70
71
-[Security & Privacy](#security--privacy)
71
72
-[Software Development - Project Management, DevOps](#software-development---project-management-devops)
72
73
-[URL Shorteners](#url-shorteners)
@@ -396,6 +397,16 @@ A [wiki](https://en.wikipedia.org/wiki/Wiki) is a publication collaboratively ed
396
397
-[Domainmod](examples/domainmod) - DomainMOD is an open source application used to manage your domains and other internet assets in a central location.
397
398
-[Snipe-IT](examples/snipe-it) - Snipe-IT is a free, open source IT asset management system written in PHP.
398
399
400
+
### Request Bins
401
+
402
+
**[`^ back to top ^`](#-project-list)**
403
+
404
+
A request bin service allows one to collect and inspect HTTP requests. It may be used to create mock API endpoints or troubleshoot HTTP requests. Also used by security professionals to verify security vulnerabilities like Server Side Request Forgery (SSRF) and others.
405
+
406
+
-[RequestBin](examples/requestbin) - RequestBin gives you a unique URL that collects HTTP requests for debugging and development purposes.
407
+
-[Request-Baskets](https://github.com/darklynx/request-baskets) - HTTP requests collector to test webhooks, notifications, REST clients and more.
408
+
-[Mockbin](https://github.com/Kong/mockbin) - Mock, Test & Track HTTP Requests and Response for Microservices.
0 commit comments