- WebClientCookieManager (webclient.api) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
automatic-store-enabled | boolean | false | Whether automatic cookie store is enabled or not. @return status of cookie store |
cookie-policy | CookiePolicy | java.net.CookiePolicy.ACCEPT_ORIGINAL_SERVER | Current cookie policy for this client. @return the cookie policy |
default-cookies | Map<string, string> | Map of default cookies to include in all requests if cookies enabled. @return map of default cookies |