BaseProxy icon indicating copy to clipboard operation
BaseProxy copied to clipboard

Asynchronous HTTP/HTTPS proxy that intercepts and modifies messages(异步http/https代理,可拦截修改报文)

Results 4 BaseProxy issues
Sort by recently updated
recently updated
newest added

我使用了 request.set_header 和 request.hostname = www.baidu.com 都不可以 请问这个脚本能实现吗

比如:http://www.baidu.com/index.php?s=xxxxx 我想直接获取到http://www.baidu.com/index.php?s=xxxxx 或者是s=xxxx

希望在拦截请求的过程中将请求信息推入multiprocessing.Queue中,此时需要传入队列实例,这种情况能否实现呢