I have a restful api I want to access, and my app has its own login form. I want to use those credentials every time I try to access my rest resources. The problem is, since I´m using HTTP Digest, every time I send the 401 Unauthorized header, an ugly browser-specific login form will pop. How do I override this? How do I pass the username and password to the Digest Auth without using the default form? Not sure if my question is specific enough…
Share
Just specify login and password in the url in the form of