From 0c944689629c60fe22211a3cb1a962c175b846e8 Mon Sep 17 00:00:00 2001 From: hubmartin Date: Mon, 19 Feb 2024 13:21:11 +0100 Subject: [PATCH] CHESTER: Add requestinspector link Signed-off-by: hubmartin --- cloud/cloud-v2/connectors.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/cloud-v2/connectors.md b/cloud/cloud-v2/connectors.md index 25b2a44..5e317f3 100644 --- a/cloud/cloud-v2/connectors.md +++ b/cloud/cloud-v2/connectors.md @@ -77,3 +77,7 @@ function main(job) { } } ``` + +### Callback Debugging + +For testing purposes, you can use one of the free services like [https://requestinspector.com/](https://requestinspector.com/) that creates an HTTP endpoint to test callbacks.