Skip to content

Latest commit

 

History

History
81 lines (72 loc) · 3.32 KB

http-basic-authentication.md

File metadata and controls

81 lines (72 loc) · 3.32 KB
id title hide_title sidebar_label description keywords url site_name slug
http-basic-authentication
HTTP Basic Authentication
true
HTTP Basic Authentication
HTTP basic authentication represents a mechanism of challenge and response to help the server make a request authentication from a client, passing the User ID and password in the URL as the standard HTTP "Authorization" header.
http basic authentication
http authentication
basic authentication
http authorization header
browser support for http authentication
LambdaTest
http-basic-authentication/
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "LambdaTest", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "HTTP Basic Authentication", "item": "https://www.lambdatest.com/support/docs/http-basic-authentication/" }] }) }} ></script>

HTTP Basic Authentication


HTTP basic authentication represents a challenge and response mechanism to help the server make a request authentication from a client, passing the User ID and password in the URL as the standard HTTP “Authorization” header.

For example: https://username:password@www.example.com/example-page.php

Browser Support For HTTP Basic Authentication


HTTP authentication is incompatible among the majority of the web browser. It is supported by only Google Chrome and Mozilla Firefox.

BROWSER SUPPORT FOR BASIC HTTP AUTHENTICATION
Google Chrome Supported
Mozila FireFox Although supported, Mozilla Firefox may throw a prompt confirmation. Mozilla Firefox performs a check to evaluate whether basic HTTP authentication is mandatory to access the website. In cases, where it isn’t necessary, Firefox will throw a similar warning: “You are about to log in to the site “www.example.com” with the username “username”, but the website does not require authentication. This may be an attempt to trick you.” For more information, refer to the MDN document.
Safari Unsupported
Edge Unsupported
Internet Explorer Supported