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
Describe the bug
When trying to use Basic authentication, the generated Authorization header is missing the "Basic " prefix. For reference see mdn web docs
To Reproduce
Steps to reproduce the behavior:
In any request, go to the Auth tab
Select "Basic"
Enter credentials
Go to Headers tab and look at the generated Authorization header
Expected behavior
Generated header should be Authorization:Basic <credentials>
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):