Crawler stops after www-version redirect to non-www version
#457
buismaarten
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
While crawling a page and a link starting with 'www' is found. And the website redirects from 'www' to non-'www', the crawler simply stops. This is caused by the code below.
Note: the Guzzle option
allow_redirectsmust be set totrueto follow redirects.All reactions