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

needs protocol and doesn't tell you if timeouts #1

Open
marcelo321 opened this issue Jun 25, 2020 · 1 comment
Open

needs protocol and doesn't tell you if timeouts #1

marcelo321 opened this issue Jun 25, 2020 · 1 comment

Comments

@marcelo321
Copy link

I see 1 thing that can be named as issue:

1- when you try google.com it doesn't resolve or prompt anything, it only accepts http://host or http://host

I want to know when a host timeouts or isn't alive too :)

@pczajkowski
Copy link

I believe first thing, adding protocol, would be hard as it's not so clear today if https or http should be added. Especially that the app already follows redirects, so it would further blur the result if one wants to be specific. For example, if you'll do curl -I http://blog.liox.eu, you'll get HTTP/1.1 301 Moved Permanently, but echo -n "http://blog.liox.eu" | ./urlprobe would give you [200] L -1 : http://blog.liox.eu.

As for the other one, timeouts etc., it's as simple as just printing the error received during probing.

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

No branches or pull requests

2 participants