Skip to content

w_webid 这个参数怎么获取 #1104

Answered by cxw620
QHCT asked this question in Q&A
Sep 19, 2024 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

楼上总结了, 就是访问 WEB 网页, 从 HTML 里面找 <script id="__RENDER_DATA__" type="application/json">***</script>, 把 *** 的内容 decode 为 json, access_id 就是这个 w_webid.

至于 jwt 内容是什么不重要, 没法伪造. 反正 payload 里面是风控信息:

{
  "spm_id": "0.0",
  "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
  "created_at": 1726929227,
  "ttl": 86400,
  "url": "***",
  "result": "normal",
  "iss": "gaia",
  "iat": 1726929227
}

可以把这个 discussion 转 issue 了, 属于新的风控方法.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@QHCT
Comment options

@wuziqian211
Comment options

@c-basalt
Comment options

@QHCT
Comment options

@cxw620
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by z0z0r4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants