mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2070] [bug]: application/x-ww-form-urlencoded body gets an unexpected =undefined appended at its end #683
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#683
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 @mateusmlo on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2070
Originally assigned to: @AndrewBastin on GitHub.
Is there an existing issue for this?
Current behavior
When I try to send a POST request that requires an application/x-ww-form-urlencoded body, it gets appended an =undefined at its end, which makes the request fail.

Steps to reproduce
Make a POST request that requires the informed content type and check its code. It may be happening on other request types too.
Environment
Production
Version
Cloud
@liyasthomas commented on GitHub (Jan 24, 2022):
Fixed in
github.com/hoppscotch/hoppscotch@10a54d14c2