Skip to content

Commit 01ad2ad

Browse files
Scoping test tools
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 4ee3a19 commit 01ad2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ Webhook authorization is handled by the webhook receiver component, part of the
12371237

12381238
## Invoke HTTP triggers
12391239

1240-
You can invoke your HTTP-triggered functions using an HTTP client. The examples in this section use [`curl`](https://github.com/curl/curl), but you can use any HTTP client of your choice.
1240+
You can invoke your HTTP-triggered functions using an HTTP client. The examples in this section use [`curl`](https://github.com/curl/curl), but you can use any HTTP client tool that keeps your data secure. For more information, see [HTTP test tools](functions-develop-local.md#http-test-tools).
12411241

12421242
The request you need to make might be different between a local version of your code and when hosted in Azure. By default, when you run your project using the Azure Functions Core Tools, access key authorization requirements are removed. However, any requirements you've configured will still be enforced when hosted.
12431243

0 commit comments

Comments
 (0)