Get Salt
GET/login
Retrieve a per‑login salt and establish a session cookie.
The response includes a salt value for hashing your password and sets a JSESSIONID cookie.
Send this cookie with the subsequent POST /login request.
Responses
- 200
Response type salt.
The session ID is returned in a cookie named JSESSIONID. You need to include this cookie in subsequent requests.
Response Headers
Set-Cookie