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.
我正在向远程服务器发送 HttpWebRequest。远程服务器拒绝我的请求。
如何在不使用wireshark或类似的东西的情况下捕获我的传出请求的原始格式?
我尝试将 Trace="true" TraceMode="SortByTime" 添加到 aspx 页面,但这似乎只捕获传入的请求。
我尝试按照这篇文章启用跟踪,但它似乎没有在任何地方生成日志文件。network.log 会在站点的根目录中吗?它不在那里,我已经在我的电脑/网站上搜索了它。
先感谢您
你为什么不使用像Fiddler这样的工具。您将能够看到整个包装