When configuring axios with basic authorization in the core configuration, this is used in the http adapter, but since we swap in our own adapter, this never gets translated to an Authorization header that we can intercept.
The solution here may be to add basic auth as a criteria for matching a request.
When configuring axios with basic authorization in the core configuration, this is used in the http adapter, but since we swap in our own adapter, this never gets translated to an
Authorizationheader that we can intercept.The solution here may be to add basic auth as a criteria for matching a request.