Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally follow redirects (default: true) #41

Merged
merged 2 commits into from
Nov 29, 2020

Conversation

PaulWhitingS2
Copy link
Contributor

This pull requests solves the issue where scanning a URL that redirects to another URL provides no results. For better or worse, the redirection is treated like a link which makes implementation easy but also does not allow crawling additional links on the redirected page.

@przmv
Copy link
Contributor

przmv commented Nov 26, 2020

@PaulWhitingS2 it is now possible to use custom http.Client with webanalyze, so you can configure your client to follow redirects. See #35 and #37

@rverton rverton merged commit 8e76432 into rverton:master Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants