This is a migrated thread and some comments may be shown as answers.

Can not multi auto responder rules work together?

1 Answer 140 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
jinki
Top achievements
Rank 1
jinki asked on 08 Jun 2017, 08:58 AM

Hi there,

I have two auto responder rule.

 

1. regex:http://MY_DOMAIN/(.*)

   *script:urldecode

    static function urldecode(oSession:Session) {
        oSession.PathAndQuery = Uri.UnescapeDataString(oSession.PathAndQuery);  // url decode
    }

 

2. regex:http://MY_DOMAIN/(.*)

    D:\source\design.sts\$1

 

Can not two rules work together?

I want to pass the local file in response after url decode.

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 14 Jun 2017, 06:01 PM
Hello,

The script rule might be final, i.e. no other rules get executed after it executes. Is that what happens? The second rule never gets executed?

Regards,
Tsviatko Yovtchev
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Fiddler Classic
Asked by
jinki
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or