0

我在 3G 网络上使用我的 http 代理(鱿鱼)。

apn:
xxxx 用户名:xxxx
密码:xxxx
代理=xxxx

在 3g 中,无法在代理配置中添加用户名/密码。我希望我的代理应该知道 http 请求源(通过方式发送)。是否可以在 iphone 发送的所有标头请求中添加一些值并从我的 iphone 应用程序处理 iphone 和代理之间的连接?

4

1 回答 1

0

我发现此配置文件配置可重定向所有流量并将 usrname/psswd 通过 3g 发送到代理。
这是正确的吗 ?

<key>apn </key>
<string>mobile.test.com </string>
<key>proxy </key>
<string>proxy.test.corp.local </string>
<key>proxyPort </key>
<integer>8080 </integer>
<key>proxyUsername </key>
<string>test\myname </string>
<key>proxyPassword </key>
<string>mypassword</string>

于 2012-09-18T11:41:24.687 回答