Skip to content

How to disable the default basic authentication? #584

Answered by ato
JasonCaoJR asked this question in Q&A
Discussion options

You must be logged in to vote

Heritrix currently uses digest authentication not basic authentication. You'll need to use a client that supports digest authentication, for example using curl:

curl -k --digest -u username:password https://localhost:8443/engine

Currently there are no options to change or disable the authentication. (The relevant code is here.)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants