cli icon indicating copy to clipboard operation
cli copied to clipboard

[Bug]- Fails to process large query parameters - Got more than 8190 bytes (16642) when reading Status line is too long.

Open dinbtechit opened this issue 2 years ago • 0 comments

Describe the bug

Is it possible allow large query parameters? When a URL query parameter contains 16642 or more characters I get the following error.

Got more than 8190 bytes (16642) when reading Status line is too long.

To Reproduce Steps to reproduce the behavior:

  1. URL Query parameter with 16642 characters
  2. See error
Got more than 8190 bytes (16642) when reading Status line is too long.

Expected behavior Should allow large Query parameters. A similar tunneling service, ngrok has no issues processing large query parameters and also the RFC 2616 does not have any limit any restrictions for query paramters.

Screenshots image

Environment

  • OS: MacOS
  • Version [e.g. 1.0.0-beta.15]

dinbtechit avatar Jul 14 '23 12:07 dinbtechit