Replies: 4 comments 3 replies
-
how to use post reqst in chrome browser ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
有这个的源代码吗?出于安全原因,想要自己编译 |
Beta Was this translation helpful? Give feedback.
1 reply
-
device_client_id_blob和device_private_key |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
介绍
源代码:https://github.com/nilaoda/WVCore.Server
类似于https://getwvkeys.cc/, 本工具实现简化的服务器版WV密钥获取工具
18888
device_client_id_blob
和device_private_key
并放到exe旁边nolog
可以使程序不记录文本日志软件启动后,即可开始测试
一般情况下, 所有请求由服务端完成
向
http://localhost:18888/wvapi
发起请求即可,请求体格式如下:正常情况下,响应内容格式如下:
服务器启动后,即可通过发起HTTP请求开始测试
特殊情况下, 请求由客户端完成
实际情况中,存在一些不能由服务器直接请求的情况:如请求/响应被包裹在
Json
中、服务器需要代理等。此时可以通过/getchallenge
和/getkeys
两个接口来完成测试。下面是两个完整的浏览器JS调用过程:
下载使用:
WINDOWS
LINUX
MAC
Beta Was this translation helpful? Give feedback.
All reactions