Python3: 简易的 HTTP 服务器 - http.server_xietansheng的博客-优快云博客_http.server
curl命令 POST 访问: curl http://localhost:8000/hello/world -d "name=tom&age=25"
上面那个Windows上不能跑,用curl -Uri 'http://localhost:8000' -Body '{"abc":123}' -Method 'POST'
10.254.13.18是服务器IP,127.0.0.1是服务器上的本地地址
故障排查
1、判断网络连通性,client端可以ping通服务器
2、检查服务器端口是否监听,端口监听正常
查询 netstat -anp 所有开放端口信息