Skip to content

Commit 33b30da

Browse files
authored
API-1851: Event API: precise the URL target location can not be localhost
1 parent 4af43a5 commit 33b30da

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

content/events-api/subscription.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Since your connected application will have only one Request URL, maybe you'll ne
1919

2020
Your Request URL will receive JSON-based payloads containing wrapped event types.
2121

22+
::: info
23+
For security reasons, local URLs cannot be used as Events API Request URL.
24+
:::
2225

2326
## Receive Events
2427

content/getting-started/quick-start-my-first-webhook-5x/step-1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Here, you will connect an event subscription to a fake endpoint and receive your first data. :rocket:
44

5+
::: info
6+
For security reasons, local URLs are blocked for event API target location and cannot be used as a fake endpoint. Use Mockbin or a comparable tool instead.
7+
:::
8+
59
## Create a Bin on Mockbin
610

711
[Mockbin](http://mockbin.org/) allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)