Y
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
hackerman123469
1263 days ago
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.
link
chrisweekly
1260 days ago
I know it's not that rare. But it is problematic.
link