gabriel_parrale
9 years agoVisitor
Double quotes in url that returns json
I have the following:
request.SetUrl("https://.../veceditorial?filter={%22technical.deviceType%22:%22Browser%22,%22veceditorial.Categories%22:{%22$in%22:[%22Drama%22]}}&limit=1&....."
Return me invalid url,
In debugger mode appears the url, when assigning it as I have to get characters like double quotes, also probe with the following:
......filter={"+ Chr(34) + "technical.deviceType"+...
How can i get a valid url?
request.SetUrl("https://.../veceditorial?filter={%22technical.deviceType%22:%22Browser%22,%22veceditorial.Categories%22:{%22$in%22:[%22Drama%22]}}&limit=1&....."
Return me invalid url,
In debugger mode appears the url, when assigning it as I have to get characters like double quotes, also probe with the following:
......filter={"+ Chr(34) + "technical.deviceType"+...
How can i get a valid url?