About 7,610 results
Open links in new tab
  1. HTTP authentication - HTTP | MDN - MDN Web Docs

    Aug 1, 2025 · HTTP authentication HTTP provides a general framework for access control and authentication. This page is an introduction to the HTTP framework for authentication, and shows …

  2. Basic access authentication - Wikipedia

    HTTP Basic authentication (BA) implementation is the simplest technique for enforcing access controls to web resources because it does not require cookies, session identifiers, or login pages; rather, …

  3. HTTP Authentication explained

    Jun 5, 2026 · HTTP authentication framework: Basic, Bearer, and Digest schemes, challenge- response flow, WWW-Authenticate and Authorization headers explained.

  4. RFC 7617: The 'Basic' HTTP Authentication Scheme | RFC Editor

    This document defines the "Basic" Hypertext Transfer Protocol (HTTP) authentication scheme, which transmits credentials as user-id/ password pairs, encoded using Base64.

  5. Generate HTTP Basic Auth Header - DebugBear

    Convert a username and password into an Authorization header for HTTP Basic Auth.

  6. HTTP Basic Auth - FastAPI

    Simple HTTP Basic Auth Import HTTPBasic and HTTPBasicCredentials. Create a " security scheme" using HTTPBasic. Use that security with a dependency in your path operation. It returns an object of …

  7. Simple HTTP Authentication: A Beginner’s Guide - DEV Community

    Dec 19, 2024 · By understanding how HTTP Basic Authentication works and following these best practices, you can improve the security of your APIs and web applications. Security Considerations …

  8. HTTP basic authentication - IBM

    HTTP basic authentication is a simple challenge and response mechanism with which a server can request authentication information (a user ID and password) from a client. The client passes the …

  9. Authorization header - HTTP | MDN - MDN Web Docs

    Oct 30, 2025 · The HTTP Authorization request header can be used to provide credentials that authenticate a user agent with a server, allowing access to protected resources.

  10. HTTP authentication - HTTP | MDN - devdoc.net

    HTTP provides a general framework for access control and authentication. The most common HTTP authentication scheme is the "Basic" authentication. This page introduces the general HTTP auth …