Why Doesn't Fiddler Show Curl Traffic? Why Doesn't Fiddler Show Curl Traffic? windows windows

Why Doesn't Fiddler Show Curl Traffic?


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