You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a ServerClientConfig with some custom headers and then I use the ServerClient methods, those headers are not passed with the requests. For example if I authenticate and want to pass the Authorization header with a token with the requests through a ServerClient instance I can't do that.
It'll be good if headers provided with the config are sent with the requests made by the ServerClient.
The text was updated successfully, but these errors were encountered:
If I create a ServerClientConfig with some custom headers and then I use the ServerClient methods, those headers are not passed with the requests. For example if I authenticate and want to pass the Authorization header with a token with the requests through a ServerClient instance I can't do that.
It'll be good if headers provided with the config are sent with the requests made by the ServerClient.
The text was updated successfully, but these errors were encountered: