首页 > 工具箱 > HTTP 请求测试

HTTP 请求测试

自定义请求头(每行一条 Key: Value,可选):

请求体(POST 时生效):

HTTP 301 · 2 ms · text/html · 162 字节

HTTP/1.1 301 Moved Permanently Server: nginx Date: Tue, 22 Sep 2026 11:55:03 GMT Content-Type: text/html Content-Length: 162 Connection: keep-alive Location: http://www.ip438.com/
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>

说明

请求从本站服务器发起:仅支持 http/https 与常规 Web 端口,不跟随跳转(3xx 会展示 Location),Cookie / Authorization 等敏感头不允许自定义,响应最多展示 100KB。不要用于测试他人未授权的接口。