@
SupperMary curl 看起来能通。。 似乎是云服务器拦截了 那咋办
curl -v
47.xxx.xxx.xxx:9006* Trying
47.xxx.xxx.xxx:9006..
* TCP_NODELAY set
* Connected to
47.xxx.xxx.xxx (
47.xxx.xxx.xxx) port 9006 (#0)
> GET / HTTP/1.1
> Host:
47.xxx.xxx.xxx:9006> User-Agent: curl/7.68.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Length:586
< Connection:close
<
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WebServer</title>
</head>
<body>
<br/>
<br/>
<div align="center"><font size="5"> <strong>欢迎访问</strong></font></div>
<br/>
<br/>
<form action="0" method="post">
<div align="center"><button type="submit">新用户</button></div>
</form>
<br/>
<form action="1" method="post">
<div align="center"><button type="submit" >已有账号</button></div>
</form>
</div>
</body>
</html>
* Closing connection 0