Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We already expose the Apache HTTP Client object in the REST client, but we specify the context for each call separately, so it is not possible to retrieve it.
Add a getter and setter for the stickyContext object.
The use case for this is copying session cookies between clients to avoid re-authentication by each client object, but this may also be useful for debugging purposes.