Solved

Incoming IP addresses for webhooks?

  • 12 October 2021
  • 2 replies
  • 819 views

Badge +2

Hi,

we have internal test servers where we would also like to develop our webhook endpoints on so we can test receiving events from the RevenueCat API. Those servers are obviously only accessible from our internal network by default.

To make the webhook URLs accessible for RevenueCat, I’d like to know what IP range the requests would be coming from, so I can configure our firewall accordingly.

Thanks a lot,

Markus

icon

Best answer by Markus Wolff 13 October 2021, 12:08

View original

2 replies

Userlevel 5
Badge +9

Hey Markus! 

Right now, the webhook IP range is variable so there isn’t anything fixed to hardcode on your side. To authenticate requests you can add an authorization token to the webhook configuration in RevenueCat that you can then verify on your server.

Badge +2

Hey Markus! 

Right now, the webhook IP range is variable so there isn’t anything fixed to hardcode on your side. To authenticate requests you can add an authorization token to the webhook configuration in RevenueCat that you can then verify on your server.

Thanks Ryan, we solved it by using a reverse proxy instead :-)

Reply