httprobe icon indicating copy to clipboard operation
httprobe copied to clipboard

[Windows] Go is installed. PATH is set. But http/s check not working

Open PFAhard opened this issue 5 years ago • 2 comments

I sure, that all is good with Go and PATH, because another Go programs work as well. Httprobe work too, but only when try httprobe -h. If i try: type file|httprobe - Nothing happens.

PFAhard avatar Jul 06 '20 12:07 PFAhard

This is a late response just in case anyone else is having this issue, and/or for it to be closed. It may be helpful to glance at the readme again.

Try using cat your_domain_file.txt | httprobe for a file or echo "example.com" | httprobe for a single domain.

BorrowedBastion avatar Apr 02 '21 23:04 BorrowedBastion

I missed that @PFAhard said "type file", which sounds like a Windows environment. If it is Windows, then you could try again, making a file with the .txt extension in the name and just google.com inside of it. This may help troubleshoot where the issue is happening.

BorrowedBastion avatar Apr 03 '21 00:04 BorrowedBastion