您的位置:首页 > 产品设计 > UI/UE

"error":400,"reason":"Bad Request","message":"No values provided for the request parameter '_action

2014-07-15 11:26 721 查看
我在linux下安装了Openam,然后调用其REST接口

[root@localhost ~]# curl --request POST \

> --header "X-OpenAM-Username: demo" --header "X-OpenAM-Password: changeit" \

> --header "Content-Type: application/json" --data "{}" \

> http://www.openam.example.com:8020/openam/json/authenticate

{"error":400,"reason":"Bad Request","message":"No values provided for the request parameter '_action'"}

我发现 我的openam版本是10.1的

看的dev-guide 是11.0 的

这就是出现这个问题原因
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐