Basic Auth

We have protected one of our pages with Basic Authentication. Try to access it.


To access the page linked below you need to set a Basic Authentication Header which contains the username and password.

This can be done by entering the following details in the login dialog:

username: authorized

password: password001


Basic Auth Protected Page