Skip to content

Commit fb9e62a

Browse files
authored
Merge pull request #116773 from ecfan/patch-2
Add note about pound symbol (#) and at sign (@)
2 parents fab0320 + 10bc1c4 commit fb9e62a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ This built-in trigger creates a manually callable HTTPS endpoint that can receiv
182182
This step generates the URL to use for sending the request that triggers the logic app. To copy this URL, select the copy icon next to the URL.
183183

184184
![URL to use triggering your logic app](./media/connectors-native-reqres/generated-url.png)
185+
186+
> [!NOTE]
187+
> The URL permits using the "at" symbol (**@**), but not the hash symbol (**#**).
185188

186189
1. To trigger your logic app, send an HTTP POST to the generated URL.
187190

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ When you want to accept parameter values through the endpoint's URL, you have th
150150

151151
These values are passed through a relative path in the endpoint's URL. You also need to explicitly [select the method](#select-method) that the trigger expects. In a subsequent action, you can get the parameter values as trigger outputs by referencing those outputs directly.
152152

153+
> [!NOTE]
154+
> The URL permits using the "at" symbol (**@**), but not the hash symbol (**#**).
155+
153156
<a name="get-parameters"></a>
154157

155158
### Accept values through GET parameters

0 commit comments

Comments
 (0)