List of Netlify IP adresses for whitelisting

Hi Jay,

We have other provisions for guaranteeing the post comes from Netlify and we have no plans to change the way our infrastructure contacts yours, so I’d suggest investigating the available alternatives:

  1. using a function to gate access, and you can send whatever token you want from the function to prove that it was originated via your netlify site
  2. using the JWS that we can provide for proxy’d calls to your server: Rewrites and proxies | Netlify Docs
  3. setting a cookie on our side and verifying it on your backend