Skip to content

POSTing large raw JSON packets #265

@AtomicMaya

Description

@AtomicMaya

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:

  1. Have an endpoint that can receive a request (node + JS, other).
  2. On PW send POST with RAW input, with excess of 4000 characters or so.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions