Y
Hacker News
new
|
ask
|
show
|
jobs
by
majewsky
2899 days ago
That URI syntax is just a convention used by some web frameworks. You can just as well write
https://example.org?foo=bar&foo=baz
1 comments
TimothyBJacobs
2899 days ago
Not for PHP at least, maybe others, the last query arg will win.
link