Creating a POST request from server

Hello guys, I’m trying to write a script create a POST HTTP request body using mitmproxy and I don’t really figure out how to do that

ctx.master.create_request is what you’re looking for in 1.0.2. You can see how to use it here.

1 Like