From f28be9760f7e5056095f8ab6f3ba69428331d60e Mon Sep 17 00:00:00 2001 From: dusoleil Date: Mon, 13 Dec 2021 05:01:04 -0500 Subject: Add a short doc with links to reqbin and hookbin Signed-off-by: dusoleil --- docs/web/api-testing.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/web/api-testing.txt (limited to 'docs/web') diff --git a/docs/web/api-testing.txt b/docs/web/api-testing.txt new file mode 100644 index 0000000..1c9f7b6 --- /dev/null +++ b/docs/web/api-testing.txt @@ -0,0 +1,7 @@ +REST/SOAP API Client +(basically curl or burpsuite but hosted online) +https://reqbin.com/ + +HTTP Request Capture Server +(host an endpoint that captures requests and let's you inspect them) +https://hookbin.com/ -- cgit v1.2.3