My Wix back-end code needs to submit requests to an API. This can usually be achieved with wix-fetch, following this: https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api#backend-service-call .
However, the API I’m working with allows requests only from IP addresses in their allowlist. Can this be done with a Wix corvid back-end? If the back-end doesn’t have a static IP address, is there an alternative to a static IP address that might be workable?