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. Instead of a login form on the website, a browser popup appears.
Image without caption
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.

Add a login for Basic Authentication

Troubleshooting