I have created a url in ngrok integrated in my webhook of stripe. But when I call that url, I receive a HTTP 400.
I have a domain name attached to my localhost url: abc.com:port and i have registered that address in my host-file. I executed ngrok like this: ngrok http port which gives me localhost:port.
What might be the issue for it?
ngroklike this:ngrok http -host-header=abc.com 80, replace 80 with your port. - Jeppe