From 9807271865bad08024c53ff2e1697704ec988631 Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Fri, 15 Feb 2019 12:33:41 -0800 Subject: [PATCH 1/2] Changing requestb.in URL -> requestbin.com requestb.in was shut down for abuse, but requestbin.com offers a comparable debugging service. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3976bc7..fd2f1fe 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Mocking -* [RequestBin](http://requestb.in/) - Inspect and debug webhook requests sent by your clients or third-party APIs. +* [RequestBin](http://requestbin.com/) - Inspect and debug webhook requests sent by your clients or third-party APIs. * [httpbin](http://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP. * [FakeRest](https://github.com/marmelab/FakeRest) - Patch XMLHttpRequest to fake a REST API client-side. * [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping. From d650741c152c6954dc76ff1212472cabcf1a5d81 Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Mon, 18 Feb 2019 10:52:03 -0800 Subject: [PATCH 2/2] http -> https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2f1fe..5311f2d 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Mocking -* [RequestBin](http://requestbin.com/) - Inspect and debug webhook requests sent by your clients or third-party APIs. +* [RequestBin](https://requestbin.com/) - Inspect and debug webhook requests sent by your clients or third-party APIs. * [httpbin](http://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP. * [FakeRest](https://github.com/marmelab/FakeRest) - Patch XMLHttpRequest to fake a REST API client-side. * [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping.