-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
如何获取token? #55
Comments
看情况是你https证书没设置好吧?其它app的https能抓到吗? |
我换了charles,有个说法是ios是可以让app信任charles证书的,但是安卓不行,需要自己配置app信息,请问您手机是ios系统吗? |
安卓不清楚我是ios |
已经弄好了,谢谢~ 安卓版本获取token可以参考https://segmentfault.com/a/1190000041740257 |
charles实测乱码,ios使用stream成功获取token |
ios应该没啥问题,没有证书信任问题,安卓7.0以上版本因为默认不信任用户证书,所以获取不到https包,所以乱码。 |
请问token长什么样子,有人能给个大概样子的token吗? |
headers里面类似这样:
|
请问如何使用stream获取token,谢谢 |
安卓7 以上是不是安装证书默认在用下, 不是系统下, 导致charles开启代理后, 无法抓包, 这个你是如何解决的? |
是的,安卓7以上安装在用户下,无法信任证书,解决方法参考https://segmentfault.com/a/1190000041740257 |
您好~我想问下这个山姆会员店的token如何获取?我试过使用fillder去抓取山姆会员商店手机app的包,使用https解密,会一直处在加载中,无法访问网络的情况,无法获取到它的token,想问您是如何获取这个token的
The text was updated successfully, but these errors were encountered: