Why Doesn't Fiddler Show Curl Traffic?

BSalita picture BSalita · Jun 2, 2016 · Viewed 13.9k times · Source

Why doesn't Fiddler show curl traffic? Other traffic gets displayed, just not curl. How can I get fiddler to intercept curl traffic?

Answer

BSalita picture BSalita · Jun 2, 2016

Fiddler will not intercept curl traffic by default. You'll need to specify the -x proxy option. If curl displays an SSL error message, additionally use the -k option to disable SSL validation.

curl -x 127.0.0.1:8888 -k www.example.com