Created
November 30, 2012 17:50
-
-
Save samsoir/4177344 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v https://staging.sitterati.com/account -H "X-Sitterati-Access-Token: AAAEbZAobMyqcBAGSrP4Rt0zmiGaLt3MNr1ZCCxsejQW6RxATwInPYUUZC7ri0DsPMeCdl4jSgW8I9BkvX4AtfjwDbKM4n14Fjd7Do2ZB65lfIX82jKZBh" -H "X-Sitterati-Token-Provider: facebook" -H "Accept: application/json; version=1" | |
* About to connect() to staging.sitterati.com port 443 (#0) | |
* Trying 54.243.155.39... | |
* connected | |
* Connected to staging.sitterati.com (54.243.155.39) port 443 (#0) | |
* SSLv3, TLS handshake, Client hello (1): | |
* SSLv3, TLS handshake, Server hello (2): | |
* SSLv3, TLS handshake, CERT (11): | |
* SSLv3, TLS handshake, Server finished (14): | |
* SSLv3, TLS handshake, Client key exchange (16): | |
* SSLv3, TLS change cipher, Client hello (1): | |
* SSLv3, TLS handshake, Finished (20): | |
* SSLv3, TLS change cipher, Client hello (1): | |
* SSLv3, TLS handshake, Finished (20): | |
* SSL connection using AES256-SHA | |
* Server certificate: | |
* subject: C=US; ST=Illinois; L=Chicago; O=Sittercity Inc; OU=IT; CN=*.sitterati.com | |
* start date: 2012-10-03 00:00:00 GMT | |
* expire date: 2014-10-03 23:59:59 GMT | |
* subjectAltName: staging.sitterati.com matched | |
* issuer: C=US; O=Thawte, Inc.; CN=Thawte SSL CA | |
* SSL certificate verify ok. | |
> GET /account HTTP/1.1 | |
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5 | |
> Host: staging.sitterati.com | |
> X-Sitterati-Access-Token: AAAEbZAobMyqcBAGSrP4Rt0zmiGaLt3MNr1ZCCxsejQW6RxATwInPYUUZC7ri0DsPMeCdl4jSgW8I9BkvX4AtfjwDbKM4n14Fjd7Do2ZB65lfIX82jKZBh | |
> X-Sitterati-Token-Provider: facebook | |
> Accept: application/json; version=1 | |
> | |
< HTTP/1.1 404 Not Found | |
< Content-Type: text/html;charset=utf-8 | |
< Server: thin 1.5.0 codename Knife | |
< X-Cascade: pass | |
< Content-Length: 1584 | |
< Connection: keep-alive | |
< | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title> | |
The page you were looking for doesn't exist (404) - Sitterati | |
</title> | |
<link rel="shortcut icon" href="/favicon.ico" /> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | |
<link rel='stylesheet' href='https://dbzlfuhdjke79.cloudfront.net/assets/css/application.928810.css' /> | |
<script src='https://dbzlfuhdjke79.cloudfront.net/assets/js/application.928810.js'></script> | |
</head> | |
<body id="errors" data-controller="errors" data-action="notfound" class="notfound"> | |
<div id="app-wrap"> | |
<header> | |
<div class="wrap"> | |
<span id="getSatisfaction"><a href="http://www.getsatisfaction.com/sitterati" target="_blank" rel="provide feedback at Get Satisfaction">We want your feedback! →</a></span> | |
<a href="/"><h1 class="ir">Sitterati : Where parents and great childcare meet</h1></a> | |
</div> | |
</header> | |
<section id="main"> | |
<div class="wrap"> | |
<section id="pageBox"> | |
<div class="pageBoxInnerWrap"> | |
<h1>The page you were looking for doesn't exist (404)</h1> | |
<p>You may have mistyped the address or the page may have moved.</p> | |
</div> | |
</section> | |
</div> | |
</section> | |
<footer> | |
<div class="wrap"> | |
<p>By using this site you agree to the <a href="/terms" rel="website terms of use">Terms of Use</a> and <a href="/privacy" rel="website privacy policy">Privacy Policy</a>.<br/> | |
© 2001–2012 Sitterati. All Rights Reserved.</p> | |
</div> | |
</footer> | |
</div><!-- #app-wrap --> | |
</body> | |
* Connection #0 to host staging.sitterati.com left intact | |
</html>* Closing connection #0 | |
* SSLv3, TLS alert, Client hello (1): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment