loophole / cli

Loophole. Instant hosting, right from your local machine. CLI.
https://loophole.cloud
MIT License
161 stars 17 forks source link

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

Open dinbtechit opened 1 year ago

dinbtechit commented 1 year ago

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