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

Show "Query" contentview in mitmweb even if request body is empty #4565

Open
vincenzogianfelice opened this issue Apr 14, 2021 · 1 comment · May be fixed by #5574
Open

Show "Query" contentview in mitmweb even if request body is empty #4565

vincenzogianfelice opened this issue Apr 14, 2021 · 1 comment · May be fixed by #5574
Labels
area/web kind/feature New features / enhancements

Comments

@vincenzogianfelice
Copy link

vincenzogianfelice commented Apr 14, 2021

Hi ... I was wondering if it is possible (when modifying POST / GET data of a request in mitmweb) modify the data in a more "readable" way.

In the sense, instead of "exhausting" to modify every single parameter through a single line !!! (in this way)

user=...&passwd=...&a=0&bb=&cc=&dd=&ddd=&xmodify=01000100&nn=&n1=&w3=..&a3=&fgg=&ss=..&a=..&asa=.., .....

... be able to do it this way:

user=...
passwd=...
a=0
bb=
cc=data67
dd=
ddd=
xmodify=01000100
nn=data0
n1=data1
w3=...
a3=
fgg=
ss=...
a=...
asa=..,
 .....

It is much less stressful and slow!

Thank you

@vincenzogianfelice vincenzogianfelice added the kind/feature New features / enhancements label Apr 14, 2021
@vincenzogianfelice vincenzogianfelice changed the title "PRETTIFY" data POST/GET with json (when modify) "PRETTIFY" data POST/GET (WHEN modify) Apr 14, 2021
@vincenzogianfelice vincenzogianfelice changed the title "PRETTIFY" data POST/GET (WHEN modify) "PRETTIFY" data POST/GET (WHEN modify) mitmweb Apr 14, 2021
@mhils
Copy link
Member

mhils commented Apr 21, 2021

We do support that in mitmproxy already via the "Query" content view. It looks like mitmweb's "oh the body is empty" detection kicks in first, so one would need to change the logic there in the front end. Contributions welcome! 😃

@mhils mhils added the area/web label Apr 21, 2021
@mhils mhils changed the title "PRETTIFY" data POST/GET (WHEN modify) mitmweb Show "Query" contentview in mitmweb even if request body is empty Apr 21, 2021
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
@yesmeck yesmeck linked a pull request Sep 9, 2022 that will close this issue
2 tasks
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Sep 9, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
yesmeck added a commit to yesmeck/mitmproxy that referenced this issue Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/web kind/feature New features / enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants