Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fiddler - Replace file requested by local one

Is is possible to add a rule to Fiddler so that it uses a local file instead of the online version?
There's a GET to /something/somefile.swf that is always made, but I need to use mylocalversion.swf
Thanks

like image 773
Filipe YaBa Polido Avatar asked Jun 10 '13 22:06

Filipe YaBa Polido


1 Answers

You can absolutely use FiddlerScript for this, but the task you're describing is exactly what the AutoResponder feature was designed for.

Learn more here: http://www.youtube.com/watch?v=h3DWqYXKarA and here: http://fiddler2.com/documentation/KnowledgeBase/AutoResponder

like image 189
EricLaw Avatar answered Nov 03 '22 09:11

EricLaw