Open
Description
looks like there is another issue related to max response read size
$ proxify -v
_ ___
___ _______ __ __ (_) _/_ __
/ _ \/ __/ _ \\ \ // / _/ // /
/ .__/_/ \___/_\_\/_/_/ \_, /
/_/ /___/
projectdiscovery.io
[INF] Current proxify version v0.0.15 (latest)
[INF] HTTP Proxy Listening on 127.0.0.1:8888
[INF] Saving proxify logs to proxify_logs.jsonl
[WRN] responseChain: Error while dumping response: error reading response body: could not read response body: http: request body too large
$ curl -v -x http://127.0.0.1:8888 https://github.githubassets.com/asses/chunk-ui_packages_cookie-consent-link-element_cookie-consent-link-element_ts-80fd8ee00406.js
- we can use io.MultiReader along with ResponseChain, so that processing limit of proxify is 4 MB but whether to read all bytes or not depends on client and not proxify
cc: @dogancanbakir
Originally posted by @tarunKoyalwar in #519 (comment)
Activity