json - HTTP 请求 "replay"是什么意思?

标签 json http httprequest

当我阅读有关处理 HTTP 请求/响应的教程时,我经常阅读有关“重放”HTTP 请求的内容。但是,我无法完全理解这意味着什么。这是否意味着只是向服务器重新发送 HTTP 请求?

最佳答案

重放是指您捕获请求,然后修改其中的一部分并再次发送。

我们可以使用“WireShark”之类的软件,或 Firefox、Chrome、Safari 等浏览器开发工具的“网络”选项卡。- https://developers.google.com/web/tools/chrome-devtools/network/

现在使用捕获的请求,您可以修改任何参数并再次发送。假设该网站在其查询字符串中使用参数来确定是否已登录。例如:http://google.com?isLoggedIn=false。所以我发现了这一点,现在我将 isLoggedIn 更改为 true。现在我可以像登录一样访问他的页面。

关于json - HTTP 请求 "replay"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55388004/

相关文章:

c# - 如何在 HTTP 请求正文中包含语音标记(双引号)

asp-classic - 经典 ASP : run some code at the start of every request before processing actual . asp 文件

ios - 在 Swift iOS9 中从 Json 数据中提取值

c# - MVC 3 中可用的网球场接口(interface) : Errors and Questions

angularjs - POST 方法自动转换为 OPTIONS

http - 使用tomcat http服务共享tomcat日志

javascript - NodeJS HTTP 请求 POST ERROR socket 挂断

json - Spring 启动 JsonMappingException : Object is null

c - Linux套接字发送()错误EAGAIN

Java - HttpURLConnection - 请求 header 中未显示内容长度