Stream: implementers
Topic: url search param
Emanuel M (Oct 23 2017 at 06:56):
Hello, I'm wondering how should we treat the url param when there's a long url with query string.
For example: [base]/[type]?url=http://something.com/long-url?query=value&query=value
Is this an edge case? How should I delimit the value I'm searching for from the rest of the query?
I was thinking maybe wrap it in double quotes, so at least know where it ends. But that might not be a good ideea.
Grahame Grieve (Oct 23 2017 at 06:59):
you should read up about escaping in URLs works
Last updated: Apr 12 2022 at 19:14 UTC