服务器让你换个地址

👁️ 1 人浏览 💬 0 人评论 ❤️ 添加收藏

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
提交你的答案
请登录后提交答案。
去登录
代码编辑器
Ctrl + Enter 运行
本次输入:
输出:

                        
👩‍🏫
AI
💬 题目评论

全部评论