IP address of requests stemming from backend web module

Hi. I have created a backend web module to make a call to a 3rd party web service to fetch data. This 3rd party web service restricts requests by IP. So we need to whitelist the IP of the request that comes out of the method in the backend web module.

When I invoke the method in the web module from the Site code for a page, I got an “unauthorized” message with a certain IP address on the browser’s Developer tools console (F12). However, I tried again, it gave the same error message but with a DIFFERENT IP address

My question is : Is there a list of IPs which we need to whitelist? How can I get the full list?

1 Like

I would recommend contacting the Wix support team , as they will have more information concerning system issues.

Hi @yisrael-wix , I have tried contacting the support team. But didn’t get any resolution. Do you have any ideas if we can somehow make all backend requests originate from the IP of our domain? Or do you have any other resources we can go through?

Hi Sameer - did you ever resolve this? Having the same problem.