Skip to content

Commit 8c986e5

Browse files
committed
Add art
1 parent d1f6d5f commit 8c986e5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@ When you want your endpoint URL to accept parameter values through the endpoint'
194194

195195
`https://prod-07.westus.logic.azure.com:433/workflows/{logic-app-resource-ID}/triggers/manual/paths/invoke?{parameter-name=parameter-value}&api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig={shared-access-signature}`
196196

197-
To put the parameter name and value in a different position within the URL, make sure to use the ampersand (`&`) as a prefix, for example:
197+
The browser returns a response with this text: `Postal Code: 123456`
198+
199+
![Response from sending request to callback URL](./media/logic-apps-http-endpoint/callback-url-returned-response.png)
200+
201+
1. To put the parameter name and value in a different position within the URL, make sure to use the ampersand (`&`) as a prefix, for example:
198202

199203
`...?api-version=2016-10-01&{parameter-name=parameter-value}&...`
200204

@@ -242,7 +246,9 @@ When you want your endpoint URL to accept parameter values through the endpoint'
242246

243247
1. To test your callable endpoint, copy the updated callback URL from the Request trigger, paste the URL into another browser window, replace `{postalCode}` in the URL with `123456`, and press Enter.
244248

245-
Your browser shows this text: `Postal Code: 123456`
249+
The browser returns a response with this text: `Postal Code: 123456`
250+
251+
![Response from sending request to callback URL](./media/logic-apps-http-endpoint/callback-url-returned-response.png)
246252

247253
## Call logic app through endpoint URL
248254

6.08 KB
Loading

0 commit comments

Comments
 (0)