On Dec 7, 2016 19:17, "Cyril Bonté" <[email protected]> wrote:
For example, you can provide an "urlencoded" string and use url_dec as a
converter :
http-response add-header X-test %[str("foo%2Cbar"),url_dec]
Nice one. Also, with the regsub() converter, in the first parameter,
\\x2c does the trick for matching a literal comma.

