browserup / browserup-proxy

BrowserUp Proxy is a free utility to watch, test, and manipulate web application network traffic and performance.
https://browserup.com
Apache License 2.0
163 stars 42 forks source link

Capture Request Content in HAR #366

Open Archish27 opened 3 years ago

Archish27 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, browserup captures request & response payload both by using captureContent params. Which in turn HAR cause huge har files. We need a way where there is only a need for capturing request content instead of both request & response.

Describe the solution you'd like Capturing Request Content in HAR. Providing request params as captureRequestContent in /proxy/<port>/har endpoint

Describe alternatives you've considered There are no alternatives as such.

Additional context Add any other context or screenshots about the feature request here.