HTTP请求测试工具

发送HTTP请求并查看响应结果

请求配置
响应结果
响应结果将显示在这里...
常用测试API
httpbin.org (推荐)
  • https://httpbin.org/get - GET测试
  • https://httpbin.org/post - POST测试
  • https://httpbin.org/put - PUT测试
  • https://httpbin.org/delete - DELETE测试
  • https://httpbin.org/status/200 - 状态码测试
其他测试API
  • https://jsonplaceholder.typicode.com/posts/1 - GET示例
  • https://jsonplaceholder.typicode.com/posts - POST示例
  • https://api.github.com/users/octocat - GitHub API
  • https://httpstat.us/200 - 状态码测试