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
I usually use mitmproxy to check request/response json, and when the json is really big, I need copy it to other viewer for more convenient operations. But current 'b' save function will only save the original body.
can I have a feature that save the unzipped/decoded body to a file, so I can open the file and read them in a more direct way?
Thanks in advance
The text was updated successfully, but these errors were encountered:
you can decode or encode a message using the z key. In addition to that, you can directly open an external viewer from mitmproxy using v. (uses $EDITOR pr $PAGER)
I usually use mitmproxy to check request/response json, and when the json is really big, I need copy it to other viewer for more convenient operations. But current 'b' save function will only save the original body.
can I have a feature that save the unzipped/decoded body to a file, so I can open the file and read them in a more direct way?
Thanks in advance
The text was updated successfully, but these errors were encountered: