Skip to content

Commit 56cedb0

Browse files
committed
Merge branch 'freshness' of https://github.com/ggailey777/azure-docs-pr into freshness
2 parents af49750 + cd108ab commit 56cedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ curl --request POST http://localhost:7071/api/MyHttpTrigger --data "{'name':'Azu
299299

300300
The following considerations apply when calling HTTP endpoints locally:
301301

302-
+ You can make GET requests from a browser passing data in the query string. For all other HTTP methods, you must use a HTTP testing tool that also keeps your data secure. For more information, see [HTTP test tools](functions-develop-local.md#http-test-tools).
302+
+ You can make GET requests from a browser passing data in the query string. For all other HTTP methods, you must use an HTTP testing tool that also keeps your data secure. For more information, see [HTTP test tools](functions-develop-local.md#http-test-tools).
303303

304304
+ Make sure to use the same server name and port that the Functions host is listening on. You see an endpoint like this in the output generated when starting the Function host. You can call this URL using any HTTP method supported by the trigger.
305305

0 commit comments

Comments
 (0)