wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
4.91k stars 388 forks source link

代码脚本发送的请求可以抓包吗?例如python的requests、php的file_get_contents #196

Open chenjin01 opened 1 month ago

chenjin01 commented 1 month ago

您的功能请求是否与问题有关?请描述.

请问现在软件可以抓包一些代码脚本发送的HTTP请求吗?

例如:

$resp = file_get_contents("http://httpbin.org/get");

response = requests.get("http://httpbin.org/get")

wanghongenpin commented 1 month ago

目前不能,可以看下代码能不能设置代理,转发到抓包软件就可以看到了