-
-
Notifications
You must be signed in to change notification settings - Fork 71
How to use with WebSockets #125
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
My http client authenticates with the server using a bearer token sent on an Authentication header. I have implemented an interceptor and a retry policy to handle the logic when the token must be refreshed.
Now I want to use te same InterceptedClient to create a WebSocket with the same server. The request uses the same Authentication header and must be updated in the same manner.
Is this possible?