We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/"
domains:
secretSite: "http://me:sekrit@mysecretsite.com/"