Dear all,
I want to rewrite a query string, for example:
from http://www.haproxy.cm/dv=1234&cv=5.3.0
to http://www.haproxy.cm/dv=1234&cv=5.0.1
I’ve created rule, but it didn’t as expected. Here is the rule:
reqirep ^([^\ ])\ &cv=5.3.0(.) \1\ &cv=5.0.1\2
Can you guys help me check if I miss anything?
Thanks for your help.