HTTP Auth is already header based, if you have the ability to generate headers in your frontend, why not jsut generate the HTTP Auth header itself, in basic form its pretty trivial to do and you dont need digest if your server is not directly exposed to the internet.
|