informaticrestapi失败,404

nmpmafwu  于 2021-06-30  发布在  Java
关注(0)|答案(0)|浏览(205)

我们正在尝试使用informatica10.1.0restapi,但是它在404登录时失败,并且没有来自服务器的错误消息。响应为空
我们的不是云。这是一个预安装。
手动url为

http://<SERVER>:<PORT>/tdm/

所以我的登录rest调用是:

POST http://<SERVER>:<PORT>/ma/api/v2/user/login HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
Accept: application/json
Content-Length: 60
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/12.0.1)

{
"@type": "login",
"username": "XXXX",
"password": "YYYY"}

答案是:

HTTP/1.1 404 Not Found
Content-Length: 0
Date: Fri, 04 Dec 2020 07:00:49 GMT
Server: Informatica

没别的了。我们错过什么了吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题