Hacker News new | ask | show | jobs
by chrisweekly 1264 days ago
GET requests with a body (unspecified in HTTP/1.1) reminds me of a similar case I encountered years ago: URL query params in a POST (an HTML form whose action attr contained a query string).
1 comments

It's fairly common to have POST requests that have both a body and a query string. Or maybe not "fairly common" but it isn't really rare.
I know it's not that rare. But it is problematic.