HTTP Basic Authentication

HTTP Basic Authentication is a classic way of authentication on the Internet. Input of username and password is handled by the browser directly and cannot be embedded into a website. Thus, browsers implement this by opening a popup. So if you encounter HTTP Basic Authentication it looks like this:
Image without caption

Adding a login for Basic Authentication

Because the user interface of this browser popup cannot be changed by our extension, heylogin cannot provide the same user experience as with embedded login forms on websites. Instead HTTP Basic Authentication logins must be created and managed manually in the following way:
  1. Create a new login for the domain with your username and password
    1. Image without caption
  1. Add a new field with the name “basic auth” without any content
    1. Image without caption
  1. Save the login. It should now look like this
    1. Image without caption

Troubleshooting

  • There must be only one login with the basic auth marker for this domain in heylogin since we cannot provide a user interface for choosing from different logins.
  • The browser must already be logged in before opening the website for Basic Authentication. This can be done by clicking on the extension icon and confirming with your phone:
    • Image without caption