Closed namero999 closed 8 years ago
Hello, I've created this patch to enable the request body panel for GET requests as well. Although per specification, request body for GETs is semantically void and servers are supposed to ignore it, it's not out of standard to send such requests.
As a matter of fact, the popular search server elasticsearch uses such feature https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html
Hello, I've created this patch to enable the request body panel for GET requests as well. Although per specification, request body for GETs is semantically void and servers are supposed to ignore it, it's not out of standard to send such requests.
As a matter of fact, the popular search server elasticsearch uses such feature https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html