Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MATLAB 和 SOAP 来查询 Web 服务。除了使用像 WireShark 这样的低级数据包嗅探器之外,还有什么方法可以查看传出和传入的 HTTP 数据包以调试交互?
您可以使用TCPMon:它可以位于客户端和服务器之间,显示它们之间的所有内容。
(它创建了一个类似代理的“隧道”,侦听一个端口并在显示时将所有内容转发到另一个端口。)