在JasperReports服务器7.1中获得REST /登录调用的404响应

时间:2018-07-10 09:26:44

标签: jasperserver

我已经安装了JasperReports Server 7.1.0,并且试图从浏览器和邮递员中进行rest / login调用,但响应为404。

在7.1.0版中,大多数其他API均已弃用。

但是在文档中,显然提到了仍然支持rest / login。

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:2)

您不会喜欢我得到的答案,但是几乎需要使用:

HTTP://服务器:端口/ j_spring_security_check?j_username = username&j_password =密码

这将返回您的cookie和302响应。哪个疯了!然后,您必须检查响应上的位置标题。如果您获得“ /loginsuccess.html”,那么您就是黄金。否则,有一个错误。

https://community.jaspersoft.com/documentation/tibco-jasperreports-server-rest-api-reference/v710/authentication#The_Security_Check