Hi,
I want to restrict the access to my AWS service only to request from my wix code backed.
The only way I’ve found to do this is by restricting allowed IPs.
Can you let me know the IPs / IP range for WixCode backends?
Hi,
We have several data centers and we may expand it in the future. Therefore, we don’t recommend using an IP range for restricting access. If you haven’t considered it yet, another option is simply have a secret key to authenticate your requests.
Best,
Tal.
Thanks Tal.
Do you have any documentation about creating/using authentication in Wix Code? Can you please share a link to the docs?
How do you access the AWS? If you create posts from Wix Code you could add a basic authentication in the post from Wix Code which you will check to match in AWS.
Hey, take a look here:
B.