gpt4 book ai didi

生成_auth_cookie时Wordpress json api错误

转载 作者:行者123 更新时间:2023-12-04 00:07:08 25 4
gpt4 key购买 nike

我在登录用户时遇到了 wordpress json Api 的问题。目前我正在使用 Wordpress 4.5.1 版和下面列出的插件:

这是我遵循的步骤:

1) 生成随机数

http://example.org/api/get_nonce/?controller=user&method=generate_auth_cookie

以下是回复:

{"status":"ok","controller":"user","method":"generate_auth_cookie","nonce":"4d080ff7b8"}

2) 生成验证 Cookie

http://example.org/api/user/generate_auth_cookie/?nonce=+4d080ff7b8&username=example&password=example

以下是回复:

{"status":"error","error":"SSL is not enabled. Either use _https_ or provide 'insecure' var as insecure=cool to confirm you want to use http protocol."}

为什么会出现这个错误?

最佳答案

似乎 JSON API UserJSON API Auth 插件默认只允许通过 https 进行连接。

为了关闭这个设置,你应该在请求中发送一个额外的参数:

insecure=cool

所以尝试以下请求:

http://example.org/api/user/generate_auth_cookie/?nonce=+4d080ff7b8&username=example&password=example&insecure=cool

关于生成_auth_cookie时Wordpress json api错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36935818/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com