需要挑战才能授权请求

问题描述 投票:0回答:1

我正在开发

Roblox
的登录 api。我想我已经到了最后阶段,我最后一次喊“
api
”。我正在使用 funcaptcha 库,我生成挑战令牌并通过:

        "ctype": "Username",
        "cvalue": "test",
        "password": "test",
        "captchaProvider": "PROVIDER_ARKOS_LABS",
        "captchaToken": challenge.data.token,
        "challengeId": challenge.data.challengeID,
        "captchaId": fieldData.unifiedCaptchaId

但我仍然遇到“需要挑战”错误,我做错了什么

首先,我得到了

x-csrf-token
,然后我必须回忆起
api
才能获得
fieldData
以获得 blob 之类的东西,我最终在
funcaptcha
库中使用了该响应:https://github.com /noahcoolboy/funcaptcha 现在,我最后一次调用
api
,我在上面传递了正文,但它仍然抛出错误:需要挑战。

captcha roblox
1个回答
0
投票

我有同样的问题,但没有人解决它

© www.soinside.com 2019 - 2024. All rights reserved.