Hi All, We are sending some data through the query parameter in url
which has some special characters like { },[], ". Example url :
/content/abc/test.html?data={"title":"Get%20a%20Quote%20-%20Compare%20Plans%20and%20Prices","travelers":[{"age":20,"sameAddress":true,"tripCost":300}]}.
converted url -
/content/abc/test.html?data=%7b%2522title%2522:%2522Get%2520a%2520Quote%2520-%2520Compare%2520Plans%2520and%2520Prices%2522....
In our QA publish url it is working fine, but in the dispatcher url
the...