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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
When requesting "/" + Constants.WISEBED_API_VERSION + "/{testbedId}/isLoggedIn" without a valid cookie (speak: not logged in) the API responses with 403 Forbidden status and a body text of You're not logged in into testbed "uzl"!.
Although requested with Accept: application/json the response is plain text which upsets some client implementation that parse the body as JSON.
The text was updated successfully, but these errors were encountered:
When requesting
"/" + Constants.WISEBED_API_VERSION + "/{testbedId}/isLoggedIn"
without a valid cookie (speak: not logged in) the API responses with 403 Forbidden status and a body text ofYou're not logged in into testbed "uzl"!
.Although requested with
Accept: application/json
the response is plain text which upsets some client implementation that parse the body as JSON.The text was updated successfully, but these errors were encountered: