Comment 2 for bug 1274282

Revision history for this message
Priti Desai (priti-desai) wrote :

Hi Andreas,

Here is the URL and its HTTP response.

Wrong/Invalid URL: https://github.com/openstack/openstack-ci

$ curl -I https://github.com/openstack/openstack-ci
HTTP/1.1 404 Not Found
Server: GitHub.com
Date: Thu, 30 Jan 2014 18:38:14 GMT
Content-Type: text/html; charset=utf-8
Status: 404 Not Found
Cache-Control: no-cache
Strict-Transport-Security: max-age=31536000
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-Runtime: 3
Content-Length: 226672
X-GitHub-Request-Id: C606320F:7613:15C9B55:52EA9C15

Appropriate/Valid URL: https://github.com/openstack-ci

$ curl -I https://github.com/openstack-ci
HTTP/1.1 200 OK
Server: GitHub.com
Date: Thu, 30 Jan 2014 18:39:21 GMT

Cheers
Priti