Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I save decoded request/response body? #217

Closed
hihell opened this issue Feb 18, 2014 · 2 comments
Closed

can I save decoded request/response body? #217

hihell opened this issue Feb 18, 2014 · 2 comments

Comments

@hihell
Copy link

hihell commented Feb 18, 2014

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

@mhils
Copy link
Member

mhils commented Feb 18, 2014

Hi there,

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)

Cheers,
Max

@mhils mhils closed this as completed Feb 18, 2014
@hihell
Copy link
Author

hihell commented Feb 18, 2014

thanks a lot, I should read the manual more carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants