Congratulations!, I think that Fiddler is an amazing application. I
use every day !
I would like to redirect some request, regex:(?insx)^https://.*/
myproject/*, to a local web folder.
To do it I try the next rule:
regex:(?insx)^https://.*/myproject/(?<f>*)
c:\src\myproject\\k<first>
But this doesn't works, somebody knows how can do it?
Thanks
You could either write a little bit of FiddlerScript to do this (See
the oSession["x-replywithfile"] flag at http://www.fiddler2.com/fiddler/dev/SessionFlags.asp)
or you could drag/drop all of the files from your local folder into
the AutoResponder box.
On Dec 17, 6:40 pm, EricLaw <bay...@gmail.com> wrote:
> Fiddler's autoresponder does not support match groups in the target
> file box.
>
> You could either write a little bit of FiddlerScript to do this (See
> the oSession["x-replywithfile"] flag athttp://www.fiddler2.com/fiddler/dev/SessionFlags.asp)