cloudhead / http-console

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

Add support for HTTP Basic Auth #11

Closed steadicat closed 13 years ago

steadicat commented 14 years ago

...either through a special \auth command, or by properly parsing URLs of the form username:password@hostname (currently everything after ":" is interpreted as a port number).

Marak commented 14 years ago

i second this, add basic http auth so you can http-console into places that are protected.

cloudhead commented 13 years ago

Implemented in 0.5.1