如何在原始HTTP中查看计算机发送到页面的POST方法?

时间:2022-10-07 09:47:40

that's it

isn't there a way to see the raw text file that my browser sends to a website when I do a POST method?

当我执行POST方法时,有没有办法看到我的浏览器发送到网站的原始文本文件?

something like:

POST /path/script.cgi HTTP/1.0
From: frog@jmarshall.com
User-Agent: HTTPTool/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 32
home=Cosby&favorite+flavor=flies

POST /path/script.cgi HTTP / 1.0来自:frog@jmarshall.com用户代理:HTTPTool / 1.0内容类型:application / x-www-form-urlencoded内容长度:32 home = Cosby&favorite + flavor =苍蝇

Thanks!

8 个解决方案

#1


16  

You need a proxy such as Fiddler. Fiddler is a freeware HTTP Debugging Proxy which allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data.

你需要一个代理人,如Fiddler。 Fiddler是一个免费的HTTP调试代理,它允许您检查所有HTTP流量,设置断点,并“输入”传入或传出数据。

#2


9  

Firebug is also a great addition to Firefox that will let you see HTTP traffic as well as lots of other aspects of your pages.

Firebug也是Firefox的一个很好的补充,它可以让你看到HTTP流量以及页面的许多其他方面。

#3


4  

Might be a little bit of overkill in this instance, but you might want to check out Wireshark.

在这种情况下可能有点矫枉过正,但您可能想查看Wireshark。

#4


3  

Checkout HttpFox

#5


3  

Live HTTP Headers is a nice Firefox plug-in.

Live HTTP Headers是一个不错的Firefox插件。

#6


2  

i can't beleive nobody mentioned tcpdump or wireshark (the tool previously known as Ethereal). There was also a time when several articles said that every network administrator should have a Mac only to run Etherpeek (now known as OmniPeek, and runs on windows instead of mac)

我无法相信没有人提到tcpdump或wireshark(以前称为Ethereal的工具)。还有一段时间,有几篇文章说每个网络管理员都应该只有Mac才能运行Etherpeek(现在称为OmniPeek,并在Windows而不是mac上运行)

#7


1  

Also there is Tamper Data plugin for Firefox

还有适用于Firefox的Tamper Data插件

#8


1  

TCPMon is a Java based TCP proxy, not as full featured as Fiddler appears to be, but runs on anything with a JVM.

TCPMon是一个基于Java的TCP代理,不像Fiddler那样功能齐全,但可以在任何带有JVM的东西上运行。

#1


16  

You need a proxy such as Fiddler. Fiddler is a freeware HTTP Debugging Proxy which allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data.

你需要一个代理人,如Fiddler。 Fiddler是一个免费的HTTP调试代理,它允许您检查所有HTTP流量,设置断点,并“输入”传入或传出数据。

#2


9  

Firebug is also a great addition to Firefox that will let you see HTTP traffic as well as lots of other aspects of your pages.

Firebug也是Firefox的一个很好的补充,它可以让你看到HTTP流量以及页面的许多其他方面。

#3


4  

Might be a little bit of overkill in this instance, but you might want to check out Wireshark.

在这种情况下可能有点矫枉过正,但您可能想查看Wireshark。

#4


3  

Checkout HttpFox

#5


3  

Live HTTP Headers is a nice Firefox plug-in.

Live HTTP Headers是一个不错的Firefox插件。

#6


2  

i can't beleive nobody mentioned tcpdump or wireshark (the tool previously known as Ethereal). There was also a time when several articles said that every network administrator should have a Mac only to run Etherpeek (now known as OmniPeek, and runs on windows instead of mac)

我无法相信没有人提到tcpdump或wireshark(以前称为Ethereal的工具)。还有一段时间,有几篇文章说每个网络管理员都应该只有Mac才能运行Etherpeek(现在称为OmniPeek,并在Windows而不是mac上运行)

#7


1  

Also there is Tamper Data plugin for Firefox

还有适用于Firefox的Tamper Data插件

#8


1  

TCPMon is a Java based TCP proxy, not as full featured as Fiddler appears to be, but runs on anything with a JVM.

TCPMon是一个基于Java的TCP代理,不像Fiddler那样功能齐全,但可以在任何带有JVM的东西上运行。