0

I made a small client app based on RestSharp. How I can debug HTTP RESP API calls? I like to see raw HTTP protocol (pretty formatted as option) My idea is to have something similar to console output in the POSTMAN app...

2 Answers2

0

You can use Requestbin to trace your HTTP calls made by RestSharp or anything else.

Alexey Zimarev
  • 17,944
  • 2
  • 55
  • 83
0

I`ve tried several tools, but Fiddler is the winner for me. Thanks Phuzi.