mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #265] POSTing large raw JSON packets #89
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#89
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 @AtomicMaya on GitHub (Nov 4, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/265
Describe the bug
Given huge packets, PW throws a URI too long HTTP error, and won't finish the request.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should POST without error.
Suggested fixes
Desktop (please complete the following information):
Additional context
Trying to test my own API with heavy loads, PW can't handle it for the moment, sadly.
@GiantRobato commented on GitHub (Nov 28, 2019):
Just tried a POST to an endpoint with 6000+ and 12K+ chars and couldn't reproduce. Are you still having this issue?
@liyasthomas commented on GitHub (Nov 28, 2019):
@AtomicNicos have you tried reproducing the issue after #292 ? If issue is fixed, feel free to this.
@liyasthomas commented on GitHub (Dec 1, 2019):
https://stackoverflow.com/questions/55631057/axios-post-data-as-form-data-instead-of-as-json-in-payload
@liyasthomas commented on GitHub (Dec 14, 2019):
From https://stackoverflow.com/questions/2891574/how-do-i-resolve-a-http-414-request-uri-too-long-error it is clearly evident that this error is a limitation from the server side and got nothing to do with PW - hence closing the issue.