Tuesday, August 28, 2012

Monitor cURL traffic in fiddler

If you want to view your curl request-response in fiddler, you need to tell curl to use fiddler proxy.
You can do that by passing -x parameter.
e.g.
curl -x 127.0.0.1:8888 http://www.priyankgandhi.com

If your url is https, then you will need to pass -k parameter. This will disable curl's ssl verification.
curl -k -x 127.0.0.1:8888 https://www.google.com

4 comments:

  1. I'm happy I found this blog! From time to time students want to cognitive the keys of productive literary essays composing. Your first-class knowledge about this good post can become a proper basis for such people. Thanks.
    oklahoma cirt restoration

    ReplyDelete
  2. This helpful post deserves more than a single spam comment. :) Thanks for sharing.

    ReplyDelete
  3. good job! nice, works

    ReplyDelete
  4. Thanks. Very helpful.

    ReplyDelete