Hacker News new | ask | show | jobs
by k__ 1477 days ago
Also interesting: You're allowed to use the same query parameter multiple times in one URL and the server is expected to merge it into an array. But I don't really know which implementations do this.
2 comments

Yes, learned this when writing server side code it's very easy to extract query params dictionary style and then learn that to be pedantically correct, they should be handled list style.
IIRC this isn’t actually allowed, but it isn’t disallowed either