我在3G网络上使用我的http代理(squid)。
APN:XXXXX
用户名:XXXX
密码:XXXX
proxy = x.x.x.x
在3g中,无法在代理配置中添加用户名/密码。我希望我的代理应该知道http请求源(由how发送)。是否可以在iphone发送的所有标头请求中添加一些值,并从我的iphone应用程序处理iphone和代理之间的连接?
答案 0 :(得分:0)
我发现这个profil配置重定向所有流量并将usrname / psswd发送到超过3g的代理。
这是正确的吗 ?
<key>
{APN {1}}
</key>
{mobile.test.com {1}}
<string>
{代理{1}}
</string>
{proxy.test.corp.local {1}}
<key>
{proxyPort {1}}
</key>
{8080 {1}}
<string>
在proxyUsername </string>
<key>
测试\ MYNAME </key>
<integer>
的proxyPassword </integer>
<key>
mypassword </key>