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...
Asked
Active
Viewed 239 times
0
-
This is a bit unclear. Please expand. – tymtam Mar 14 '22 at 13:32
-
1Take a look at [Fiddler Classic](https://www.telerik.com/fiddler/fiddler-classic) – phuzi Mar 14 '22 at 13:33
-
Swagger is a great tool though we had trouble getting it to work with Identity Server authentication. – todji Mar 14 '22 at 14:17
2 Answers
0
You can use Requestbin to trace your HTTP calls made by RestSharp or anything else.

Alexey Zimarev
- 17,944
- 2
- 55
- 83