mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 17:26:03 +03:00
[GH-ISSUE #36] Raw request body for POST requests and Authorization key/value in Header #13
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#13
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 @uxdxdev on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/36
Is your feature request related to a problem? Please describe.
I use Postman and it allows raw JSON to be used for the request body. I'd like to be able to copy/paste this raw JSON to use in Postwoman :)
Also I'd like to add
Authorizationas a key/value to the Header.Describe the solution you'd like
Add a dropdown to the content-type selector for
rawand provide a text area for me to past e my raw JSON for use in a POST request body.Add an option to set key/value pairs in the Header.
Describe alternatives you've considered
I don't want to have to add key/value for each piece of information in the request body.
Additional context
none
@liyasthomas commented on GitHub (Aug 23, 2019):
Surely consider this issue. Hopefully a PR will fix this in a day or two.