[users@httpd] How to pass query string as encoded value to another parameter?

2017-09-05 Thread Srinivas Reddy
In my use case, I need to encode {QUERY_STRING} value and pass this value as a separate parameter. Here it is how it should work: http://www.example.com?param1=value1¶m2=value2¶m3=value3 The URL can have n number of parameters and values

[users@httpd] How to pass query string as encoded value to another parameter?

2017-09-05 Thread Srinivas Reddy
down votefavorite In my use case, I need to encode {QUERY_STRING} value and pass this value as a separate parameter. Here it is how it should work: http://www.example.com?param1=value1¶m2