You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run curl -H "Accept: application/json" -H "Content-Type: application/json" -X POST --data "{\"username\": \"admin\", \"password\":\"admin\"}" -D responseHeaders.txt http://localhost:8080/open-platform-demo/login.jsp > responseBody.html as described in the documentation.
Hi,
The rest api seems to be broken on version 5.3.0 which depends on adk 5.2.+
how to reproduce
curl -H "Accept: application/json" -H "Content-Type: application/json" -X POST --data "{\"username\": \"admin\", \"password\":\"admin\"}" -D responseHeaders.txt http://localhost:8080/open-platform-demo/login.jsp > responseBody.html
as described in the documentation.body.txt
responseHeaders.txt
Running the same thing on version 5.2.0 (depends on adk 5.2+) seems to works
headers_5.2.txt
The text was updated successfully, but these errors were encountered: