Authentication (HTTP & Basic)

Take screenshots of website secured with HTTP Challenge and Basic authentication.

Basic Authentication Valid Credentials

The example below shows a screenshot of a website using HTTP authentication:

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&username=guest
&password=guest

&url=https://jigsaw.w3.org/HTTP/Basic/

Screenshot with Authentication

Basic Authentication Invalid Credentials

The example below shows a screenshot of a website with invalid credentials:

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&username=guest
&password=invalid

&url=https://jigsaw.w3.org/HTTP/Basic/

Screenshot with access denied