HTTP / 1.1 400错误请求

时间:2014-10-03 06:12:05

标签: curl

请帮助我克服这个错误。回复是不好的要求。

:~$ curl -sSik 'https://akab-dgggccicvhi6p7p5-5rjdbjpqquwl5gwz.luna.akamaiapis.net/config-media-live/v1/live/{abcdefgh-lh.akamaihd.net}/stream'

回应是:

HTTP/1.1 400 Bad Request
Content-Length: 457
Date: Fri, 03 Oct 2014 05:40:02 GMT
Connection: close
Content-Type: application/problem+json

{
  "type": "https://problems.luna.akamaiapis.net/-/pep-authn/request-error",
  "title": "Bad request",
  "status": 400,
  "detail": "Authorization header missing",
  .....
  "method": "GET",
  ....
  ....
  ....
  ....
  "requestTime": "2014-10-03T05:40:02Z"
}

2 个答案:

答案 0 :(得分:1)

您未获得使用API​​的正确授权。请阅读API docs了解详情。

答案 1 :(得分:0)

您是否已获得这些资源的授权?如果不使用登录名和密码。 例如:

 curl --user name:password <url>