-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Option to follow redirects #110
Comments
I was about to open an issue re redirects, an example here is after running url-scan 30x's has identified an https:// URL (sandbox.), which has not been added to the urls table.
|
hmm, url-scan is supposed to find the https:// variant (not by following redirects, but because it's supposed to try both http:// and https://. I'm suspecting either the certificate was invalid (which can't be disabled yet, unfortunately) or the tls library used didn't like the configuration of the server (which is a more elaborate issue to tackle). You can try to get a more specific error like this:
|
There should be a way to automatically resolve redirects, like
The text was updated successfully, but these errors were encountered: