Regex named groups in autoresponder rule editor

1,000 views
Skip to first unread message

dfdezs

unread,
Dec 17, 2009, 2:18:22 AM12/17/09
to Fiddler
Hi!,

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

EricLaw

unread,
Dec 17, 2009, 12:40:26 PM12/17/09
to Fiddler
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 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.

dfdezs

unread,
Dec 24, 2009, 1:12:21 AM12/24/09
to Fiddler
Thank you very much!, That's what I'm lookin for.

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)

Reply all
Reply to author
Forward
0 new messages