mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3685] [bug]: Setting body type to none sets the content type in the request to application/x-www-form-urlencoded #1274
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#1274
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 @flleeppyy on GitHub (Dec 21, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3685
Is there an existing issue for this?
Current behavior
When setting the body type to none, the request headers become "Content-Type: application/x-www-form-urlencoded", when it should be removing "Content-Type" from the request headers.
This behavior only happens without an interceptor selected.
Steps to reproduce
Environment
Production
Version
Cloud
@liyasthomas commented on GitHub (Dec 21, 2023):
@AndrewBastin can you look into this?
@anwarulislam commented on GitHub (Mar 5, 2025):
The issue regarding the bug where setting the body type to none inadvertently sets the content type in the request to application/x-www-form-urlencoded has been addressed and resolved. This issue is now considered closed and no longer exists.