Skip to content

Commit 10bc1c4

Browse files
authored
Add note about hash symbol (#)
1 parent c8eb4c0 commit 10bc1c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)