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
{{ message }}
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
For some reason if user will not provide anything in the Password field of the BasicAuth password will be set to undefined which is converted into string "undefined" (I can not be sure as I tried to dig into the cause of problem but that was fruitless)
If you want I can paste here the same exact code (68 lines of code) and instruction to reproduce bug. I thought already created repo with exact steps will be easier for you.
That "undefined is a real problem for us as we do not ask nor provide password for users of our API. So we need that nothing will be in that password part of the BasicAuth.
I hope that this issue can be resolved and I provided enough clarity to get to the problem. Maybe there is some documentation field that I missed but I guess it is non desired behavioral