Open tanapoln opened 7 years ago
https://example.com/?query.with=dot
to_url
url
query.with
url.queryParams.query.with
url.queryParams["query.with"]
I'm not sure is there any way to access the field, or do we have to escape the dot.
Linux
Problem description
Steps to reproduce the problem
https://example.com/?query.with=dot
to_url
and assumed that the result is assigned to variable nameurl
query.with
usingurl.queryParams.query.with
or whetherurl.queryParams["query.with"]
I'm not sure is there any way to access the field, or do we have to escape the dot.
Environment
Linux