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.

Does AWS API Gateway Support Basic Authorization?

Is there a way to use Basic authentication rather than AWS4-HMAC-SHA256 authentication with the AWS API Gateway Service? I …

aws-api-gateway http-authentication
How open a url with http authentication in Delphi?

How open a url (a browser window) that need "http authentication" passing login and password in a transparent way? The …

delphi http http-authentication delphi-5
Chrome fails to show http authentication window

I am developing a Drupal site, within which is a page with an iframe, displaying an external SQL Reporting server …

iis google-chrome reporting-services http-authentication
Http Authentication in android using volley library

How to make Http Authentication for API using Volley library ? I tried the following code ....it throws Runtime Exception & …

android http-authentication android-networking android-volley
CXF RESTful Client - How to do basic http authentication without Spring?

I am familiar with using Jersey to create RESTful webservice servers and clients, but due to class loading issues, I …

java rest client cxf http-authentication
Basic HTTP Auth for AWS S3 hosted site, similar to .htaccess

I have a static HTML site hosted on Amazon S3. Ideally I want to be able to limit access to …

html amazon-s3 amazon-web-services http-authentication
Webdriver - HTTP authentication dialog

I have a very simple selenium-webdriver script. I would like to do HTTP authentication using webdriver. Script: WebDriver driver = new …

java selenium selenium-webdriver http-authentication
RestTemplate basic or digest Authentication with the current httpclient (4.x)

I'm trying to do Digest mostly (or Basic) Authentication using RestTemplate and httpclient (4.x). Since I couldn't find any relevant …

spring restful-authentication http-authentication basic-authentication resttemplate