0

我已在我的环境中成功安装 Documentum REST API。当我转到http://localhost:8080/dctm-rest/repositories时,我能够成功地看到存储库。但是当我尝试在那里打开任何内阁 URL 时,它会提示输入用户名密码。

我在那里输入了密码,它工作正常。

但是当我使用 Postman 发送请求时,它会显示此错误

"status": 401,
"code": "E_GENERAL_AUTHENTICATION_ERROR",
"message": "Authentication failed.",
"details": "Full authentication is required to access this resource"

并以授权格式发送授权:基本(“用户名:密码”的base64值)

表明

"status": 400,
"code": "E_INPUT_ILLEGAL_ARGUMENTS_PARAM",
"message": "Illegal argument {0} provided with value {1}.",
"details": "Parameter conditions \"dql\" not met for actual request 
parameters: "
4

2 回答 2

0

You Have to turn on the Interceptor to make proxy-authenticated request so that it has the same request context as of browser.

于 2018-12-17T10:47:25.963 回答
0

我尝试了几个链接并使用了基本身份验证,它有效! 在此处输入图像描述

于 2019-01-28T07:32:14.937 回答