Hi Open Data friends!,
The website https://datahub.io is currently not reachable because the website redirects infinitely (cURL gives up after 50 redirects, web browsers also give up after a certain number of times). Here is the output for curl -vL "https://datahub.io/dataset/conceptnet" > /dev/null
:
> GET /dataset/conceptnet HTTP/2
> Host: datahub.io
> User-Agent: curl/7.53.1
> Accept: */*
< HTTP/2 302
< date: Mon, 17 Jul 2017 15:36:46 GMT
< content-type: text/plain; charset=utf-8
< content-length: 5
< set-cookie: __cfduid=d764e261de982c6b35a5da2d5a3f2914f1500305806; expires=Tue, 17-Jul-18 15:36:46 GMT; path=/; domain=.datahub.io; HttpOnly
< location: https://datahub.io:443/dataset/conceptnet
< server: cloudflare-nginx
< cf-ray: 37fe475d3b782b82-AMS
> GET /dataset/conceptnet HTTP/2
> Host: datahub.io
> User-Agent: curl/7.53.1
> Accept: */*
< HTTP/2 302
< date: Mon, 17 Jul 2017 15:36:47 GMT
< content-type: text/plain; charset=utf-8
< content-length: 5
< set-cookie: __cfduid=d764e261de982c6b35a5da2d5a3f2914f1500305806; expires=Tue, 17-Jul-18 15:36:46 GMT; path=/; domain=.datahub.io; HttpOnly
< location: https://datahub.io:443/dataset/conceptnet
< server: cloudflare-nginx
< cf-ray: 37fe475dbbc32b82-AMS
Notice that the values for the last two Location
reply headers are identical, indicating a redirection loop.
Cheers!,
Wouter.