Skip to content

Commit 941b5a1

Browse files
committed
Escaping characters.
Signed-off- Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent ed47beb commit 941b5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_admin-guide/060_Sources/240_webhook/000_webhook_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `webhook()` and `webhook-json()` drivers have the following options:
1313
|Type:| string|
1414
|Default:| none|
1515

16-
*Description:* You can request an authentication token from the clients as an additional method of validation. Do not use this under plain HTTP. When `auth_token("<token>")` is set, {{ site.product.short_name }} only accepts requests that contain the Authorization: Basic <token>, Authorization: Bearer <token>, or a similar header. Other requests will be rejected with `403`.
16+
*Description:* You can request an authentication token from the clients as an additional method of validation. Do not use this under plain HTTP. When `auth_token("<token>")` is set, {{ site.product.short_name }} only accepts requests that contain the Authorization: Basic \<token\>, Authorization: Bearer \<token\>, or a similar header. Other requests will be rejected with `403`.
1717

1818
### Example:
1919

0 commit comments

Comments
 (0)