From fd373e9dbb11c80230288069289c98bab139da1c Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Wed, 3 Dec 2025 18:59:47 +0000 Subject: [PATCH] Enhance REQBIN API testing section with notes Added important notes about using REQBIN for API testing, including URL formatting and request limits. Signed-off-by: Philip Abbey --- TroubleShooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TroubleShooting.md b/TroubleShooting.md index 9158962..e1cbfc8 100644 --- a/TroubleShooting.md +++ b/TroubleShooting.md @@ -116,7 +116,9 @@ pause #### API: On-line -There's an online way of testing the API URL too, thanks to [REQBIN](https://reqbin.com/post-online). This has less setup and it can be saved if you log into the web site. +There's an online way of testing the API URL too, thanks to [REQBIN](https://reqbin.com/post-online). This has less setup and it can be saved if you log into the web site. Please note two things: +1. The URL entere below must include a trailing '/' unlike the URL entered into the watch settings. +2. The service imposes a limit on the number requests you can submit without a subscription, so click with purpose! NB. Changing browser buys you a few more clicks. ![API Test REQBIN](images/api_test_online.png)