You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
endpointDescribe alternatives you've considered
There are no alternatives as such.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: