go-mitmproxy icon indicating copy to clipboard operation
go-mitmproxy copied to clipboard

如何在解析完请求参数后,在发起目标请求的时候使用指定的ip出口去请求目标呢?

Open TangGV opened this issue 1 year ago • 2 comments

目的是在客户端发起https 请求时,解析参数根据请求参数使用指定的ip出口去请求目标,请问我在哪能处理,或者在哪个触发点能操作

TangGV avatar Oct 21 '23 14:10 TangGV

机器有多个IP,所以有需求根据参数动态的选择哪个ip与目标连接

TangGV avatar Oct 21 '23 14:10 TangGV

在 Requestheaders 或 Request Hook 中写你自己的逻辑

lqqyt2423 avatar Feb 23 '24 09:02 lqqyt2423