A custom interceptor for Connect's transport layer to handle session cookies.
This interceptor is crucial for non-browser clients that interact with the
Valorem Trade API, as these clients need to manage session cookies manually.
The interceptor does two main things:
Attaches the stored session cookie to outgoing requests.
Updates the stored session cookie based on the 'set-cookie' header from responses.
A custom interceptor for Connect's transport layer to handle session cookies. This interceptor is crucial for non-browser clients that interact with the Valorem Trade API, as these clients need to manage session cookies manually.
The interceptor does two main things: