Top "Http-authentication" questions

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.

HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR

I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried …

apache-flex air http-authentication httpservice
JQuery Ajax calls with HTTP Basic Authentication

I have a REST based server which I am trying to communicate with using JQuery. Both XML and JSON are …

javascript jquery ajax basic-authentication http-authentication
Setting up mod_proxy to pass http authentication to server

I have a problem configuring Apache as a proxy server. At the moment I access a MS Sharepoint installation using …

apache proxy credentials http-authentication
PHP CURL returns nothing

function ParseUrl($URL) { $crl = curl_init(); curl_setopt ($crl, CURLOPT_URL, $URL); curl_setopt ($crl, CURLOPT_PORT, 8086); curl_setopt ($crl, …

php curl http-authentication
How do I provide basic http authentication for static tomcat webapps without changing tomcat-users.xml?

I have access to the tomcat manager and can upload war-files. One of these wars is a static web project (…

tomcat web.xml http-authentication
AFNetworking 2.0 and HTTP Basic Authentication

Can't find AFHTTPClient on AFNetworking 2.0, to use: AFHTTPClient *client = [AFHTTPClient clientWithBaseURL:[NSURL URLWithString:@"http://examplewebsite.com]]; [client setAuthorizationHeaderWithUsername:@"username" password:@"…

ios7 http-authentication afnetworking-2
Flex 3 - how to support HTTP Authentication URLRequest?

I have a Flex file upload script that uses URLRequest to upload files to a server. I want to add …

apache-flex actionscript base64 http-authentication urlrequest
Gradle use certificate authentication for repository

The Problem I have a Android Gradle project which should pull a lib from my companys sonatype nexus server. The …

ssl gradle jvm android-gradle-plugin http-authentication
Rails/Rspec Make tests pass with http basic authentication

Here my http basic authentication in the application controller file (application_controller.rb) before_filter :authenticate protected def authenticate authenticate_…

ruby-on-rails rspec http-authentication
What is base64 clear text username and password?

Recently I came across this word in a basic authentication article. What it meant by base64 clear text usrname and …

windows passwords basic-authentication http-authentication