我使用模拟器代理 Fiddler,
但我不希望某些 URL 转到代理。
喜欢什么:</p>
- http://a.com
Agent
- http://b.com
Agent
- http://127.0.0.1
Not agent
我希望' http://127.0.0.1 '不通过提琴手代理
当我调试模拟器时。
模拟器app访问127.0.0.1
,这个地址被代理了fiddler
。
其实我不想代理他,因为127.0.0.1
是这个APP自己处理的。
但我需要代理其他非本地 URL,例如a.com`` b.com
...