mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2859] [bug]: Deleted form parameters are still sent. #920
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#920
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 @mfusigh on GitHub (Nov 21, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2859
Originally assigned to: @amk-dev on GitHub.
Is there an existing issue for this?
Current behavior
Submitting a request after deleting form data variables still submits the deleted variables.
Steps to reproduce
I did a sample request to Google sending three variables in the body, then deleted the "c" variable by using the trash icon, then sent the request. After the first and second request I click on "Show code" and got this back for both:
The second request should not have had the "c=3" line since it was not represented anywhere in the UI anymore.
Environment
Production
Version
Cloud
@AndrewBastin commented on GitHub (Nov 25, 2022):
Fixed in #2861