How to disable the default basic authentication? #584
Answered
by
ato
JasonCaoJR
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
ato
May 15, 2024
Replies: 1 comment
-
Heritrix currently uses digest authentication not basic authentication. You'll need to use a client that supports digest authentication, for example using curl:
Currently there are no options to change or disable the authentication. (The relevant code is here.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heritrix currently uses digest authentication not basic authentication. You'll need to use a client that supports digest authentication, for example using curl:
Currently there are no options to change or disable the authentication. (The relevant code is here.)