|
|
楼主 |
发表于 2026-5-5 14:59:23
|
显示全部楼层
C:\Users\admin>curl -v -H "Connection: Keep-Alive" http://192.168.11.240
* Trying 192.168.11.240:80...
* Established connection to 192.168.11.240 (192.168.11.240 port 80) from 192.168.11.240 port 8788
* using HTTP/1.x
> GET / HTTP/1.1
> Host: 192.168.11.240
> User-Agent: curl/8.18.0
> Accept: */*
> Connection: Keep-Alive
>
* Request completely sent off
< HTTP/1.1 200 OK
< Server: SimpleHTTP/0.6 Python/3.8.10
< Date: Tue, 05 May 2026 06:55:34 GMT
< Content-type: text/html; charset=utf-8
< Content-Length: 1164
好像好了,我等会上传下 |
|