We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PixEz已经实现了登录直连 可以参考一下:
我使用gomobile编写了一个go的lib,监听本地端口 webview设置proxy转发到go层,设置信任所有证书 go层滤掉sni,作为中间人转发,已经跑通,只是包会大10兆 可以将项目里的weiss module 引入gradle,然后weiss.Weiss.start(port),此时登录就不需要代理了 应该也可以通过java层实现,只是我需要适配ios端所以没有这么干
gomobile
weiss
weiss.Weiss.start(port)
我测试过使用okttpclient interrupt webview的request,get请求还好办,post请求很难拿到ajax的body,用比较麻烦的办法比如注入js代码应该也可以
okttpclient
总之,新年快乐:)
The text was updated successfully, but these errors were encountered:
新年快乐!感谢你的宝贵建议和辛苦开源的代码,果然大佬还是大佬啊
Sorry, something went wrong.
No branches or pull requests
PixEz已经实现了登录直连
可以参考一下:
我使用
gomobile
编写了一个go的lib,监听本地端口webview设置proxy转发到go层,设置信任所有证书
go层滤掉sni,作为中间人转发,已经跑通,只是包会大10兆
可以将项目里的
weiss
module 引入gradle,然后weiss.Weiss.start(port)
,此时登录就不需要代理了应该也可以通过java层实现,只是我需要适配ios端所以没有这么干
我测试过使用
okttpclient
interrupt webview的request,get请求还好办,post请求很难拿到ajax的body,用比较麻烦的办法比如注入js代码应该也可以总之,新年快乐:)
The text was updated successfully, but these errors were encountered: