cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

basic auth is broken #17

Closed sifu closed 13 years ago

sifu commented 13 years ago

the username is parsed into options.auth.username. but the Authorization header is constructed as options.auth.user + ...

simple on line patch: https://gist.github.com/726914

cloudhead commented 13 years ago

oops! will teach me not to test it :p

cloudhead commented 13 years ago

Should be fixed now. v0.5.1

Cheers

sifu commented 13 years ago

thank you :)