Please give me a suggestion how to stop url encoding in cooking when i used to store as key value pair.
for ex; i am setting key as 'somepath' and value as '/path/path2/path3' after when i am looking inside browser it is different from actual value it is like %2Fpath%2F% something like this.
Please give me a suggestion how to stop url encoding in cooking when i used to store as key value pair.
for ex; i am setting key as 'somepath' and value as '/path/path2/path3' after when i am looking inside browser it is different from actual value it is like %2Fpath%2F% something like this.
Please help me to resolve this.