I’m communicating via REST with Parse servers in server code, and their servers do not always show up as api.parse.com but IP addresses as well. As you can imagine, the range of these addresses can be huge, and attempting to enter them manually one at a time is impossible.
If I do not enter them, I get access denied errors:
access denied (“java.net.SocketPermission” “[ip address]:443” “connect,resolve”)
Is there a setting in config that will allow me to connect to any external host for Standalone?
Thank you!