HTTP authentication is a method for a HTTP user agent to provide a user name and a certain proof confirming the user's identity when making a request.
I'm doing some simple HTTP authentication and am getting a java.lang.IllegalArgumentException: Illegal character(s) in message header value: …
java http authentication url http-authenticationHow do you determine if a REST webservice is using Basic, Kerberos, NTLM, or one of the many other authentication …
http-authenticationI'm looking into to having IIS doing authentication in an application being executed on a J2EE server (JBoss). Is …
iis reverse-proxy http-authenticationI'm building a basic API where user information can be retrieved after that user's login and password are correctly sent. …
ruby-on-rails http-authentication401 seems to be used to indicate an authentication failure whereas 403 for an authorization failure (which means authentication succeeded?) In case …
http-authenticationDoes anyone have any experience of supporting multiple realms in HTTP Authentication? The Microsoft website states: Each authenticate response header …
http-authenticationI have a site intended only for private consumption by 3 coders. It's simple HTML served by nginx directly but intended …
authentication cookies nginx password-protection http-authenticationHow can i show an image from a server with standard http protection without showing the authentication window? I now …
php html image http-authenticationI'm new to ruby on rails but I want to send the data from my SQlite database from my iphone …
ruby-on-rails api devise titanium http-authenticationI need to authenticate my RTSP stream to a streaming server, here is the challenge : RTSP/1.0 401 Unauthorized WWW-Authenticate: Digest realm="…
authentication streaming rtsp http-authentication digest-authentication