siyujie / OkHttpLogger-Frida

Frida 实现拦截okhttp的脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

print response error : TypeError: not a function

72min opened this issue · comments

commented

┌─access-control-allow-origin: *
| ┌─access-control-allow-methods: GET,POST,OPTIONS,PUT,DELETE
| ┌─access-control-allow-headers: *
| ┌─access-control-allow-credentials: false
| ┌─access-control-max-age: 86400
| ┌─x-b3-spanid: 576a4a993db7a726
| ┌─x-nike-zhenghe-version: v4.9.0
| ┌─x-nike-zhenghe-cli-version: v9.5.1
| ┌─x-nike-zhenghe-count: 118381
| ┌─x-nike-zhenghe-timing-ms: 4
| └─x-nike-zhenghe-target-host: public.prod.commerce.origin.nike.com.cn
|
| Response Body:
print response error : TypeError: not a function
hold()后提示该错误。返回数据的协议头存在 但是body报错

一样的问题