lanthaler / HydraConsole

HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.
http://www.markus-lanthaler.com/hydra/
MIT License
103 stars 17 forks source link

Http auth digest support #18

Open ogizanagi opened 9 years ago

ogizanagi commented 9 years ago

Hi! :)

Currently, http auth Basic works by specifying the url like like this: http://user:password@myapi.com/.

But this doesn't work with Http digest authentication.

Is this something planned ?

lanthaler commented 9 years ago

Hmm... that should be handled directly by the browser. Does it work if you don't pass the user and password as part of the URL but wait for the browser to ask for it?

ogizanagi commented 9 years ago

I can't remember now, I should give it another try. But I guess it didn't if I tried to authenticate through the URI. :/