Skip to content

Instantly share code, notes, and snippets.

@over
Created May 3, 2011 12:33

Revisions

  1. over created this gist May 3, 2011.
    40 changes: 40 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    -- staging --
    HTTP/1.1 401 Unauthorized
    Server: nginx/0.7.64
    Date: Tue, 03 May 2011 12:29:02 GMT
    Content-Type: application/xml; charset=utf-8
    Connection: keep-alive
    Status: 401 Unauthorized
    WWW-Authenticate: Basic realm="Web Password"
    X-Runtime: 5
    Cache-Control: no-cache
    Content-Length: 27


    -- local --
    HTTP/1.1 401 Authorization Required
    Date: Tue, 03 May 2011 12:29:54 GMT
    Server: Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8l DAV/2 Phusion_Passenger/3.0.2
    X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.2
    WWW-Authenticate: Basic realm="Web Password"
    X-Runtime: 2
    Cache-Control: no-cache
    Set-Cookie: _tv-sphere_session=BAh7BjoPc2Vzc2lvbl9pZCIlNzk2YjA5ZWI4NDhmYjRmODVjNWZiYWY3ODdhMTE5YWU%3D--88a604dac90c042378446274d30042745f4a5da9; path=/; HttpOnly
    Content-Length: 27
    Status: 401
    Content-Type: application/xml; charset=utf-8

    -- production --

    HTTP/1.1 401 Authorization Required
    Server: nginx/0.7.64
    Date: Tue, 03 May 2011 12:31:10 GMT
    Content-Type: application/xml; charset=utf-8
    Connection: keep-alive
    X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.11
    WWW-Authenticate: Basic realm="Web Password"
    X-Runtime: 2
    Cache-Control: no-cache
    Set-Cookie: _tv-sphere_session=BAh7BjoPc2Vzc2lvbl9pZCIlY2RkZTczZTI5N2NlZGVjY2Q5NmExMDEwMTQ5ZjM0MDg%3D--1b20b139717e4e47fa7132077736d9c8118ec074; path=/; HttpOnly
    Content-Length: 27
    Status: 401