mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1065] Add support for HTTP get method with request body #373
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#373
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @btpka3 on GitHub (Aug 10, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1065
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 commented on GitHub (Aug 10, 2020):
We're using Axios for request transactions and I guess that's not possible with Axios. see https://github.com/axios/axios/issues/2400
And as mentioned in elasticSearch Request Body Search, we can use query parameters with
GETrequest to send data as parameters. Kindly use Parameters section for that.@AndrewBastin commented on GitHub (Aug 10, 2020):
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