-
Notifications
You must be signed in to change notification settings - Fork 350
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
[Linter] warning about URL when it seems valid. #130
Comments
Closing as fixed in #115 |
This isn't a valid URL. Its an infinite loop. http://dynamicxray.net/ redirects to / which is the same URL. I've noticed that the same URL returns a 200 for a GET request, but infinitely redirects for HEAD requests. I'd say this is a problem as their end. There is another problem I spotted here, -- WARN | There was a problem validating the URL /.
+- WARN | There was a problem validating the URL http://dynamicxray.net/. |
👍 |
@kylef Good points 👍 |
I've just merged a pull request which was failing Travis due to an error
This is due to the redirect happening.
I'm certain I've created an issue for something similar in the past, but I can't seem to find it so forgive me!
/cc @alloy
The text was updated successfully, but these errors were encountered: