Ask HN: Does HN's Angolia Search API Still Work? 2 points by kanyethegreat 7y ago ↗ HN I'm trying to curl against some of their example URL's (https://hn.algolia.com/api), and I'm not getting any response. Does anyone know if it's been end-of-life'd?
[–] tlb 7y ago ↗ It is active and worked for me just now.Make sure to use 'curl -L' to follow the redirect from http to https. 'curl -v' might help you debug. [–] kanyethegreat 7y ago ↗ That was it. Thanks!
2 comments
[ 3.6 ms ] story [ 14.5 ms ] threadMake sure to use 'curl -L' to follow the redirect from http to https. 'curl -v' might help you debug.