I am working on a project that makes an ajax request to a web service, so I use a violinist to see JSON responses.
But I have problems using Fiddler. When I run it on my laptop, Dropbox can no longer sync my files, but I can debug my ajax requests. The real problem is when I use Fiddler on my desktop computer, all my requests to my WebService are blocked. My WebService runs on localhost.
I don’t understand how this works, can you help me?
source
share