How to trace HTTP(S) and REST API using Fiddler
Fiddler can help you troubleshoot HTTP(S) / REST API / SOAP Web requests very easily. Fiddler is a web debugging proxy that logs all HTTP(s) traffic between your client machine and a server. It allows you to inspect the HTTP requests and responses ...