About 11,800,000 results
Open links in new tab
  1. authentication - How to basic authenticate in HTML? - Stack Overflow

    Feb 14, 2018 · 2 Your webcam is using basic authentication and you can add your authentication string to a url.

  2. The definitive guide to form-based website authentication

    Form-based authentication has a big drawback, which is an increased risk of phishing. Users are asked to enter sensitive information into an area controlled by a remote entity, rather than an area …

  3. How to make login authentication page in HTML or JAVASCRIPT

    Dec 13, 2017 · HTML and Javascript are interpreted on the client side. For login purposes, it is the server side code that is commonly used to verify the credentials - simply because that fact that you …

  4. How to send a correct authorization header for basic authentication

    How to send a correct authorization header for basic authentication Asked 12 years, 4 months ago Modified 1 year, 3 months ago Viewed 711k times

  5. How Set Authorization headers at HTML Form or at A href

    How Set Authorization headers at HTML Form or at A href Asked 9 years, 5 months ago Modified 4 years, 6 months ago Viewed 64k times

  6. How to implement login popup in html/javascript - Stack Overflow

    Dec 20, 2013 · This Stack Overflow page provides guidance on creating a login popup using HTML and JavaScript, including code examples and best practices.

  7. html - Make an HTTP POST authentication basic request using …

    Jul 17, 2015 · I want to use JavaScript to perform a POST request using the common "Authorization: Basic" method. The server hosts an OWIN C# App and on successful authentication it should give …

  8. html - Creating a sign up and log in page using firebase - Stack Overflow

    Sep 12, 2023 · Learn how to create a sign-up and log-in page using Firebase with step-by-step guidance and troubleshooting tips.

  9. 403 Forbidden vs 401 Unauthorized HTTP responses

    Jul 21, 2010 · A clear explanation from Daniel Irvine [original link]: There's a problem with 401 Unauthorized, the HTTP status code for authentication errors. And that’s just it: it’s for authentication, …

  10. html - FastAPI: User authentication using JavaScript - Stack Overflow

    Feb 24, 2024 · I have two endpoints, /login and /index. The /login is for authentication and getting an access_token. The /index is protected and user should login first. After authentication, the /login …