Hi!
I implemented IP whitelisting for my server’s webhook endpoint. The notehub documentation states that whitelisting 216.245.146.0/26 should be sufficient. I find that this is sufficient when events are routed automatically.
However, in the Notehub Web UI, there is a button “Route Event” which allows me to manually route an event which fired previously.
When I click this, I find my request gets rejected by my IP whitelisting rules.
It’s not a big deal, but I thought this might’ve been an oversight. At a minimum, it would be good to call out this edge case in the docs.
Thanks!