I am trying to get the values from a webpage, and to get the values i have put %20 between the different values. But chrome is replacing %20 to %2520 because of which i am not getting correct values.
ex: i am trying to read values of url :
and %20 automatically got replaced by %2520 when i press enter.
I have searched this issue in lots of posts but didn't find my solution.
and when i try reading something with url below:
https://..../place?action=list&&device=359299059228937&q=1110 1113 1175 1114 1115 1116 1111 1117 1123 1452 1112 1121 1120 1119 1122
then also it is converting " "(space) to %2520 see below:
Kindly help.