小编Art*_*gan的帖子

卷曲:无法识别 URI 前缀

当我想检查我的端口时,它只允许我的第 80 个端口。我也尝试过使用http://。都是一样的。我无法检查特定端口。检查屏幕截图。我的操作系统是 Windows 10 Pro,这是 Powershell。我也在CMD上检查过。我正在分享代码和图像,其中包括我的代码。

curl localhost  /* ( It shows the information as in image, there is no problem with default port 80) */

curl localhost: 8080  //(httpd's port as i assigned)
curl: The URI prefix is not recognized.

curl localhost: 3306 // (mysql's port as i assigned)
curl: The URI prefix is not recognized.
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述

port containers docker

2
推荐指数
1
解决办法
7281
查看次数

标签 统计

containers ×1

docker ×1

port ×1