如何用 ngrok 打开网站?

Posted

技术标签:

【中文标题】如何用 ngrok 打开网站?【英文标题】:How to open site with ngork? 【发布时间】:2016-08-01 03:22:33 【问题描述】:

我最近才开始使用ngork,所以基本上我运行beow命令:

ngork http 8080 

现在我在终端中得到以下信息:

ngrok by @inconshreveable                                       (Ctrl+C to quit)

Tunnel Status                 online
Version                       2.0.25/2.0.25
Region                        United States (us)
Web Interface                 http://127.0.0.1:4040
Forwarding                    http://7c0de733.ngrok.io -> localhost:8080
Forwarding                    https://7c0de733.ngrok.io -> localhost:8080

Connections                   ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

现在当我打开以下链接时:

http://7c0de733.ngrok.io/ , This link opens up `http://7c0de733.ngrok.io/xampp/` , now what i really want to see is my wordpress demo website and so i type in the following:

http://7c0de733.ngrok.io/wordpress/ , but i get nothing.

我现在如何打开我的 wordpress 网站??为什么不打开上面的链接?

谢谢。

【问题讨论】:

【参考方案1】:

尝试这样做。 ngrok http [端口] -host-header="localhost:[端口]" 它会工作:)

【讨论】:

以上是关于如何用 ngrok 打开网站?的主要内容,如果未能解决你的问题,请参考以下文章

如何用ip访问网站

如何用delphi7在后台登录一个网站并打开一个有权限(登陆用户)的网页?

如何在ngrok中重写-host-header以便在localhost上运行的xampp中打开一个子网站

如何用java实现登陆网站--不需打开浏览器

AWS 中的 TCP 中继功能(如 ngrok)

如何用vscode开发.net网站