Closed maccman closed 10 years ago
Not quite sure why, perhaps is the version of needle I'm using (0.7.10), but the auth doesn't work unless the password is blank. If this branch works for you I'll fix the tests.
I've managed to screw up basic auth way too much. Related: https://github.com/mikeal/request/issues/602
Really just depends on what the server is expecting. Needle implements this correctly. Request used implicitly call undefined.toString()
when no password was provided. Will take care of tests and merge now.
@bendrucker what do you think?