Ngrok - 带有虚拟主机的 HTTP 400

Ngrok - HTTP 400 with virtualhost

我在 ngrok 中创建了一个 url 集成在我的 webhook of stripe 中。 但是当我调用 url 时,我收到了 HTTP 400。

我有一个域名附加到我的本地主机 url:abc.com:port 并且我已经在我的主机文件中注册了该地址。我像这样执行了 ngrok: ngrok http port 这给了我 localhost:port.

它可能是什么问题?

请参阅 documentation,了解如何 "ask ngrok to rewrite the Host header of all tunneled requests to match what your web server expects."

"For example, to route to your local site myapp.dev, you would run: ngrok http -host-header=myapp.dev 80"