Package org.archive.modules.credential
package org.archive.modules.credential
Contains html form login and basic and digest credentials
used by Heritrix logging into sites.
To watch credentials running, enable logging setting the following
logging level for FetchHttp class:
org.archive.crawler.fetcher.FetchHTTP.level = FINE
-
ClassDescriptionCredential type.Front door to the credential store.Credential that holds all needed to do a GET/POST to a HTML form.A Basic/Digest HTTP Authentication (RFC2617) credential.