Apple
5
localhost is only accessible on your local computer, you can’t put that URL in any remote service.
You can use tunneling services like ngrok to obtain a public URL you can share while developing the website:
In real life, once your website is deployed, you use your website’s URL on the webhook (instead of localhost).
1 Like