Hacker News new | ask | show | jobs
by swordbeta 1765 days ago
Page returns a 500 when there are query strings present: https://burstable.ai/?utm_source=hackernewsletter&utm_medium...
1 comments

Thanks for pointing this out. Is it considered standard practice for websites to ignore unrecognized query parameters? Disclaimer: I'm not a front-end engineer; we put the site up in a bit of a hurry, using the framework I usually use for REST API's, where typically you want to error out if given unknown query strings.