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

Not for PHP at least, maybe others, the last query arg will win.