This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Description
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.