How to print response content on Mitmproxy using Python

后端 未结 0 1909
清歌不尽
清歌不尽 2021-01-31 15:08

I tried running the code like this:

def request(flow: http.HTTPFlow) -> None:
    if("..." in flow.request.url):
        print(flow.response.content)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题