Replies: 2 comments
|
I haven't used this feature myself, but the documentation says:
So I would suggest removing "https://" from the domain: <property name="domain" value="old.site.edu:443"/> |
0 replies
|
Hi and thanks @ato! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear Heritrix3 Community,
Thank you for this great tool! Please help me with this issue:
I am using version 3.10.0.
I need to crawl a site's previous version that has undergone a major upgrade. The old site was placed under a domain that the developers configured to be behind a basic login. (Every request header sent out includes the
Authorizationfield, which supplies credentials for basic authentication with the base64-encoded value of the username and password, as granted by the site administrators.)I configured the job as I learned from the docs. So the crawl has these two beans for the basic authentication:
But every time I build and launch it, it stops and finishes with the DNS resolve, and two 401s regarding the main page URL and the robots.txt
Could you please help me identify what I am doing wrong here? Or would you happen to know how I should do this?
Thanks a lot!
All reactions