Menu

Add new comment

Site redirects to unavailable.adobe.com , which is DOWN

Fri, 01/27/2012 - 1:53am - Anonymous
Site: 

curl -v -A "" http://adobe.com
* About to connect() to adobe.com port 80 (#0)
*   Trying 192.150.16.117... connected
* Connected to adobe.com (192.150.16.117) port 80 (#0)
> GET / HTTP/1.1
> Host: adobe.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Fri, 27 Jan 2012 09:45:16 GMT
< Server: Apache
< Location: http://www.adobe.com/
< Content-Length: 229
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.adobe.com/">here</a>.</p>
</body></html>
* Connection #0 to host adobe.com left intact
* Closing connection #0


curl -v -A "" http://www.adobe.com/
* About to connect() to www.adobe.com port 80 (#0)
*   Trying 193.104.215.61... connected
* Connected to www.adobe.com (193.104.215.61) port 80 (#0)
> GET / HTTP/1.1
> Host: www.adobe.com
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 302 Found
< Location: http://unavailable.adobe.com
< Connection: close
<
* Closing connection #0


curl -v -A "" http://unavailable.adobe.com/
* About to connect() to unavailable.adobe.com port 80 (#0)
*   Trying 192.150.19.47... ^C


ping 192.150.19.47
PING 192.150.19.47 (192.150.19.47) 56(84) bytes of data.
^C
--- 192.150.19.47 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 4999ms