-
Notifications
You must be signed in to change notification settings - Fork 137
feat: Mention that webhooks are sent through select static IPs #1458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@TC-MO I will merge this so that it's ready for all hands, but feel free to do any changes later 🙂 |
|
If you are okay with the changes suggested I'll make them later today :) |
|
I don't see any suggested changes 🤔 |
|
I did them as a comment in review not |
| ## Source IP addresses | ||
|
|
||
| Webhooks are dispatched from servers with static IP addresses. If your webhook destination is protected behind a firewall, you can whitelist these IP addresses to allow Apify webhooks to be delivered: | ||
|
|
||
| - `3.215.64.207` | ||
| - `13.216.80.7` | ||
| - `13.216.180.86` | ||
| - `34.224.107.31` | ||
| - `34.236.208.85` | ||
| - `44.198.219.104` | ||
| - `44.207.71.44` | ||
| - `44.207.141.205` | ||
| - `52.4.20.206` | ||
| - `52.203.255.236` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest instead of separate heading at the end, to make it an admonition that would sit at the top of it (line 17?) this will be more visually appealing, and won't spread the text too much thanks to use of <details> tag. Below 2 screenshots with list collapsed and expanded
| ## Source IP addresses | |
| Webhooks are dispatched from servers with static IP addresses. If your webhook destination is protected behind a firewall, you can whitelist these IP addresses to allow Apify webhooks to be delivered: | |
| - `3.215.64.207` | |
| - `13.216.80.7` | |
| - `13.216.180.86` | |
| - `34.224.107.31` | |
| - `34.236.208.85` | |
| - `44.198.219.104` | |
| - `44.207.71.44` | |
| - `44.207.141.205` | |
| - `52.4.20.206` | |
| - `52.203.255.236` | |
| :::tip Webhook delivery | |
| Webhooks are sent from servers that use static IP addresses. If your webhook destination is secured by a firewall, you can add the following IP addresses to your allow list to ensure Apify webhooks are delivered successfully. | |
| <details> | |
| <summary>IP list</summary> | |
| - `3.215.64.207` | |
| - `13.216.80.7` | |
| - `13.216.180.86` | |
| - `34.224.107.31` | |
| - `34.236.208.85` | |
| - `44.198.219.104` | |
| - `44.207.71.44` | |
| - `44.207.141.205` | |
| - `52.4.20.206` | |
| - `52.203.255.236` | |
| </details> | |
| ::: |


We have started sending webhooks from the Apify platform through a predefined list of static IP addresses. This enables users (typically enterprise customers) who have the webhook destinations behind a firewall to whitelist these IP addresses in their firewall, and allow the delivery of these webhooks.