I cannot connect to http://cc.embarcadero.com/

I cannot connect to http://cc.embarcadero.com/

Is there a special known reason for this or is just my ISP broken?

This is the current curl log

curl -v -L http://cc.embarcadero.com
* Rebuilt URL to: http://cc.embarcadero.com/
* Trying 204.216.225.17...
* Connected to cc.embarcadero.com (127.0.0.1) port 80 (#0)
> GET / HTTP/1.1
> Host: cc.embarcadero.com
> User-Agent: curl/7.43.0
> Accept: /
>
< HTTP/1.1 302 Found
< Cache-Control: private
< Content-Type: text/html
< Location: /Default.aspx
< Server: Microsoft-IIS/8.5
< X-AspNet-Version: 2.0.50727
< X-Powered-By: ASP.NET
< Date: Sat, 26 Mar 2016 20:55:42 GMT
< Connection: close
<
* Closing connection 0
* Issue another request to this URL: 'http://cc.embarcadero.com/Default.aspx'
* Hostname cc.embarcadero.com was found in DNS cache
* Trying 204.216.225.17...
* Connected to cc.embarcadero.com (127.0.0.1) port 80 (#1)
> GET /Default.aspx HTTP/1.1
> Host: cc.embarcadero.com
> User-Agent: curl/7.43.0
> Accept: /
>
* Empty reply from server
* Connection #1 to host cc.embarcadero.com left intact
curl: (52) Empty reply from server

Comments

Post a Comment