commitment icon indicating copy to clipboard operation
commitment copied to clipboard

Has the whatthecommit.com service stopped working?

Open LiangJianyi opened this issue 3 years ago • 1 comments

I execute print "$(curl -s http://whatthecommit.com/index.txt)" without returning any results. I try open http://whatthecommit.com/index.txt in browser then the requested URL could not be retrieved Screen Shot 2021-09-25 at 19 19 05 .

LiangJianyi avatar Sep 25 '21 11:09 LiangJianyi

It is working. You can close this issue.

hoang-himself avatar Apr 18 '22 01:04 hoang-himself

You should replace http with https in your code:

print "$(curl -s https://whatthecommit.com/index.txt)"

He4eT avatar Dec 01 '22 19:12 He4eT