服务器让你换个地址
https://
shop.example.com
:8443
/goods/list
?page=2
请求一个旧地址,服务器让你去别处:
它给的新地址,路径部分是什么?
$ curl -si http://localhost:8080/old-path | head -6
HTTP/1.1 301 Moved Permanently
Server: nginx/1.24.0
Date: Thu, 05 Mar 2026 02:00:00 GMT
Content-Type: text/html
Content-Length: 169
Location: http://localhost:8080/new-path
全部评论