Answered

Magic string broken in Fiddler Everywhere

image

This rule cannot work since Fiddler Everywhere updated. How to fix it?

Currently, all requests are mapped to localhost:8000/$1 and $1 is not replaced by matches.


Best Answer
Thank you for reporting this issue - the team is currently investigating the regex usage. Meanwhile, you could use the Rules Builder to achieve similar logic by constructing the following rule.

Your match Condition should use Url > Contains > (your value) and then the Action should contain Update Url > Find & Replace > (string to replace) > (the new string).




Answer
Thank you for reporting this issue - the team is currently investigating the regex usage. Meanwhile, you could use the Rules Builder to achieve similar logic by constructing the following rule.

Your match Condition should use Url > Contains > (your value) and then the Action should contain Update Url > Find & Replace > (string to replace) > (the new string).



It works again. But I still hope the magic string fixed.

Happy to hear that the workaround applies to your case! Meanwhile, the team is already working on a solution for the magic strings + regex usage -you can expect a fix in one of the upcoming releases.


1 person likes this