[RFC] Allow payload for GET request too. (The same as POST, PUT, and other requests) #1336
Replies: 4 comments 11 replies
|
Oh... it is not a normal operation to carry a body in a GET request, and the browsers do not support it too... |
0 replies
|
Yes, but there's nothing stopping a backend from adding request body to a GET request. Though browsers don't support it, I'd like to argue that many other client libraries do support this, and it's for a reason. After further research I found this- Even Elasticsearch makes use the above mentioned feature. |
0 replies
|
OK..Let's discuss it together,I want to hear more people's thoughts! |
11 replies
|
This has been implemented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
New Issue Checklist
As of version 4.0.3, there's no support for adding request body to GET requests.
This was previously discussed in #252 and I this has been solved yet. This should be an open issue, so I'm reopening this.
I'm in need of for a project. I'll try to send a pull request if I'm free.
Do let us know if anyone is interested in helping close this issue.
All reactions