[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... |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
OK..Let's discuss it together,I want to hear more people's thoughts! |
Beta Was this translation helpful? Give feedback.
-
This has been implemented. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions