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
When debugging complex web interactions, I sometimes need to inspect the exact, raw HTTP traffic. Currently, the <redact> placeholder in the exported request/response, while generally helpful, can obscure crucial details in certain debugging scenarios. An option to export the unredacted raw data would be invaluable in these situations.
Why this feature/change is important?
Access to the raw, unmodified request and response data is occasionally necessary to track down subtle issues that only surface under specific conditions.
I looked through the settings but couldn't find an existing option for this. If a current workaround exists, I'd appreciate a pointer! Otherwise, I hope you'll consider adding this feature. Thank you!
The text was updated successfully, but these errors were encountered:
Description
When debugging complex web interactions, I sometimes need to inspect the exact, raw HTTP traffic. Currently, the
<redact>
placeholder in the exported request/response, while generally helpful, can obscure crucial details in certain debugging scenarios. An option to export the unredacted raw data would be invaluable in these situations.Why this feature/change is important?
Access to the raw, unmodified request and response data is occasionally necessary to track down subtle issues that only surface under specific conditions.
I looked through the settings but couldn't find an existing option for this. If a current workaround exists, I'd appreciate a pointer! Otherwise, I hope you'll consider adding this feature. Thank you!
The text was updated successfully, but these errors were encountered: