以下是我启动 SimpleHTTPServer 的方式:
root@sanctum:~# python -m SimpleHTTPServer 80
这是我收到的回复:
root@sanctum:~# curl http://localhost
{
"ip": "37.130.227.133",
"hostname": "torland1-this.is.a.tor.exit.server.torland.is",
"city": "",
"region": "",
"country": "GB",
"loc": "51.4964,-0.1224",
"org": "AS13213 UK-2 Limited"
}
在其他任何地方,它都会(如预期的那样)提供我们运行命令的目录的目录列表。
对于为什么传递这个 JSON 有什么想法吗?
python控制台:
127.0.0.1 - - [19/Feb/2017 00:14:05] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [19/Feb/2017 00:14:06] "GET / HTTP/1.1" 200 - 127.0.0.1 - - [19/Feb/2017 00:14:07] "GET / HTTP/1.1" 200 -