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
相关问题
- Upload file to Google Cloud Storage using AngularJ
- codeigniter $this->upload->do_upload() = false
- Vuetify File Uploads
- Upload file to Google Drive from URL using REST AP
- Transfering data through FTP to a folder names con
相关文章
- File Upload of more than 4GB
- The current request is not a multipart request - S
- Input file in laravel 5.2?
- Converting cookie string into Python dict
- Why does my form not upload files in Internet Expl
- PHP ftp_put fails
- Fiddler doesn't decompress gzip responses
- How to display the request sent time and the respo
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