-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
POSTing large raw JSON packets #265
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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:
- Have an endpoint that can receive a request (node + JS, other).
- On PW send POST with RAW input, with excess of 4000 characters or so.
- Send.
Expected behavior
Should POST without error.
Suggested fixes
- Send content as raw bytes in request body, as per the Volley API and others.
Desktop (please complete the following information):
- OS: Win10
- Browser Opera | Chrome | Firefox | Edge
- Version latest
Additional context
Trying to test my own API with heavy loads, PW can't handle it for the moment, sadly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed