|
|
|
|
|
by donatj
4435 days ago
|
|
I can't seem to get basic auth working. I know basic is "bad" form, but we have APIs we still expose them selves via it and that would be very nice to support. I tried both Authorization: Basic [hash] header as well as the even worse http://username:password@site.com/api and neither worked. |
|