When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save the Webhooks creation. Is there any way to override this?
TL;DR
Developers are unable to save Webhooks with internal IP addresses or docker hostnames due to Appwrite's validation of external domain names. One potential solution is to use a reverse proxy server to redirect the requests to the internal network.