diff options
author | Kai Armstrong <karmstrong@gitlab.com> | 2019-09-10 18:27:24 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-10 18:27:24 +0000 |
commit | c953c3b521c0fd6cad4979494a9aa79d9ce4defa (patch) | |
tree | bbcb66a2498127d9cee9e65c433a60196d396f43 /doc/user | |
parent | 62c30109cc90000d2cca030017b6f3a503df8aa2 (diff) | |
download | gitlab-ce-c953c3b521c0fd6cad4979494a9aa79d9ce4defa.tar.gz |
Add local network requests information for example web hooks receiver
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index f5bc6cbd988..211bbdc2bb9 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1327,3 +1327,6 @@ console: example.com - - [14/May/2014:07:45:26 EDT] "POST / HTTP/1.1" 200 0 - -> / ``` + +NOTE: **Note:** +You may need to [allow requests to the local network](../../../security/webhooks.md) for this receiver to be added. |