- Documentation
- Product Updates
- 2.16.2
Version 2
-
2.16
-
2.15
-
2.14
-
2.13
-
2.12
-
2.11
-
2.10
-
2.9
-
2.8
-
2.7
-
2.6
-
2.5
-
2.4
-
2.3
-
2.2
-
2.1
-
2.0
-
1.3
-
1.2
2.16.2 - Cookie Based Authentication
November 26, 2024
New Features
- The REST API Connection options now support cookie-based authentication. This method uses HTTP cookies to store a session identifier, which the server uses to authenticate subsequent requests. To configure cookie-based authentication, you need to provide the following:
- Login URI: The endpoint used to initiate the authentication process.
- Authentication location: How the service expects credentials (headers, body, or query parameters).
- Credential keys: The names of the parameters used for the username and password.
- Cookie keys: The names of the cookies used for authentication, including the session cookie.
- Session duration: The lifetime of the session token, including the duration and unit of time.