Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I simulate a drop connection using fiddler?

I'm trying to simulate a connection drop using fiddler apart from adding latency to slow down the requests for a long time.

Thanks,

Sid

like image 840
Code hunter Avatar asked Aug 08 '14 22:08

Code hunter


1 Answers

In Fiddler's AutoResponder, change the action for a matching Session to *drop or *reset.

See http://youtu.be/3YZvZnTQhpo?t=4m26s

like image 70
EricLaw Avatar answered Oct 08 '22 08:10

EricLaw