mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #167] Content-Type is always set to application/x-www-form-urlencoded #66
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#66
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 @davidyscott on GitHub (Sep 25, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/167
Describe the bug
Regardless of what I select from the Content Type dropdown, requests are actually sent with the header "Content-Type: application/x-www-form-urlencoded".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The correct Content-Type header is sent.
@liyasthomas commented on GitHub (Sep 25, 2019):
I failed to reproduce this issue
@AndrewBastin commented on GitHub (Sep 25, 2019):
I tested the behavior both from the server and client side, the content-type header seems to be sent fine.
@davidyscott commented on GitHub (Sep 25, 2019):
😕 I can't repro it anymore either. Probably some sort of user error!!
@flleeppyy commented on GitHub (Mar 16, 2024):
Hiya, I'm having this issue. I'm only sending query parameters. My body is set to none, yet in the request sent by Hoppscotch, the content type is set to


application/x-www-form-urlencoded