I have a desktop app that makes 20 calls to the web. How ever 10 calls in it are the same just that these post calls have different params. Each subsequent call is dependent on part of the previous call. I have received the client’s problematic scenario fiddler logs. When I looked up the the internet, it says that I need to breakpoint and reply for each call.
Since I have a full log is there some industry standard application to replay it on my machine so that I can replay it & solce customer issue?