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
I switched to needle, and basic auth is not working. It is not setting the authorization header properly.
I tried setting these options and it doesn't work. When I manually enter the header, that works. { username: ZD_CONFIG.email + '/token', password: ZD_CONFIG.api_token, auth: 'basic', }
The text was updated successfully, but these errors were encountered:
I switched to needle, and basic auth is not working. It is not setting the authorization header properly.
I tried setting these options and it doesn't work. When I manually enter the header, that works.
{ username: ZD_CONFIG.email + '/token', password: ZD_CONFIG.api_token, auth: 'basic', }
The text was updated successfully, but these errors were encountered: