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
I've debugged out a problem a bit with colegue. He found out that in server/src/main/java/password/pwm/ws/server/rest/RestHealthServer.java there are two methods:
This was a hint. In first method any error is catched. So this was a hint that i did not hit the first method. Setting request header "Content-Type: text/plain" clould be enaugh to make it working.
I believe that this should be fixed to give some more helpfull error message, documented or fixed in the way that content-type is not required in GET request.
Describe the bug
In current version of application GIT main and in previous release health reset service is not responding.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to receive json object with health status as in previous releases.
The text was updated successfully, but these errors were encountered: