通过 Android 应用程序路由网站?
我正在尝试创建一个网络过滤器应用程序,它将拦截传入的网站(正在浏览的网站)并将其数据重定向到我的应用程序。然后它将将该站点与某些标准进行比较,如果通过则显示它。
基本上,我想将我的应用程序变成某种代理。我该怎么做呢?
I'm trying to create a web filter app that will intercept an incoming website(one that is being browsed to) and redirect it's data to my app. Then it will compare the site to certain criteria and display it if it passes.
Basically, I want to turn my app into a proxy of sorts. How might I go about doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须构建自己的浏览器。使用简单的 Web 视图并围绕它构建您想要的功能。
You would have to build your own browser. Use a simple webview and build the functionality you want around it.