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.
我对 Fiddler 非常熟悉,但没有使用过 cURL,我想知道是否有人可以指出使用 cURL 而不是 fiddler 来测试 Web 请求的特定优势。
CURL 和 Fiddler 完全不同。cURL 纯粹是一个命令行工具,它可以在 Mac 和 Linux 以及 Windows 上运行。
Fiddler 是一个基于 GUI 的工具,仅当它在 Windows 上运行并且这些客户端指向 Fiddler 时,它才能自动化和调试来自Mac/Linux 的流量。