当我有一个带有代理“IP:端口”的服务器时,如何在我的 Android 应用程序上连接到互联网并要求输入用户名和密码
我正在android上开发一个应用程序,公司中有一个代理服务器阻止它访问互联网。
我记得java中有Http方法可以达到这个目的,我搜索了它们但没有结果。
所以我想要的是如何放置服务器 IP 地址和端口号、我的登录用户名和密码以及域名。
注意:我已将模拟器设置为通过 APNs 连接到互联网,并且它通过浏览器成功连接到互联网。
I am developing an application on android, and there is a proxy server in the company preventing it from accessing the internet.
I recall there are Http methods in java that serves the purpose, I searched for them but with no result.
So what I'd like is how to put the server IP-address and port-number, with my login-username and password, and the domain-name.
Note: I have set my emulator to connect to the internet by going to the APNs and it successfully connects to the internet via the browser.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用以下代码
try to use the following code