Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HTTP get method with request body #1065

Closed
btpka3 opened this issue Aug 10, 2020 · 2 comments
Closed

Add support for HTTP get method with request body #1065

btpka3 opened this issue Aug 10, 2020 · 2 comments
Labels
need information Requires more info

Comments

@btpka3
Copy link

btpka3 commented Aug 10, 2020

There some applications using HTTP get request with request body , such as elasticSearch Request Body Search

Please discuss to support this case or not. Postwoman at now is not support GET request with HTTP request body.

reference

@liyasthomas
Copy link
Member

We're using Axios for request transactions and I guess that's not possible with Axios. see axios/axios#2400

And as mentioned in elasticSearch Request Body Search, we can use query parameters with GET request to send data as parameters. Kindly use Parameters section for that.

@liyasthomas liyasthomas added the need information Requires more info label Aug 10, 2020
@AndrewBastin
Copy link
Member

Well, we could implement it if needed. But it is not a supported behavior according to the HTTP spec. So we don't really want to support it in this app as well.

Here is the spec reference defining that https://tools.ietf.org/html/rfc7231#page-24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need information Requires more info
Projects
None yet
Development

No branches or pull requests

3 participants