Skip to content

Capturing pages using basic authentication

Neville edited this page Jan 13, 2017 · 2 revisions

To capture a page secured by HTTP basic authentication, you can user the "username:password@site.com" convention.

In your config.yaml, to log into "mysecretsite.com", with username "me" and password "sekrit", include:

domains: secretSite: "http://me:sekrit@mysecretsite.com/"