Skip to content

Instantly share code, notes, and snippets.

@ozten
Created June 3, 2014 04:51
Show Gist options
  • Save ozten/5e56791b7b6155586533 to your computer and use it in GitHub Desktop.
Save ozten/5e56791b7b6155586533 to your computer and use it in GitHub Desktop.
A Cache file being rated limited for ec2 instance
curl -v https://mobile.twitter.com/cache/twitter.webapp
* About to connect() to mobile.twitter.com port 443 (#0)
* Trying 199.16.156.43... connected
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* 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 ECDHE-RSA-RC4-SHA
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=Twitter, Inc.; OU=Twitter Security; CN=mobile.twitter.com
* start date: 2014-04-08 00:00:00 GMT
* expire date: 2015-10-11 23:59:59 GMT
* subjectAltName: mobile.twitter.com matched
* issuer: C=US; O=VeriSign, Inc.; OU=VeriSign Trust Network; OU=Terms of use at https://www.verisign.com/rpa (c)10; CN=VeriSign Class 3 Secure Server CA - G3
* SSL certificate verify ok.
> GET /cache/twitter.webapp HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: mobile.twitter.com
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< cache-control: max-age=86400
< content-type: text/plain; charset=utf-8
< date: Tue, 03 Jun 2014 04:49:15 GMT
< expires: Wed, 04 Jun 2014 04:49:15 GMT
< retry-after: 3600
< server: tfe
< set-cookie: _mobile_sess=BAh7BjoLcmVwX2lkSSIpNTZhZDc3NzAtY2QwOC0wMTMxLTM3MjktMDA4Y2Zh%0AMDJjZWNjBjoGRVQ%3D%0A--f1622d4bdb38936c1590f12289f091725120f1ec; path=/; expires=Tue, 29-Jul-2014 19:50:11 GMT
< set-cookie: guest_id=v1%3A140177095564465973; Domain=.twitter.com; Path=/; Expires=Thu, 02-Jun-2016 04:49:15 UTC
< status: 403 Forbidden
< strict-transport-security: max-age=631138519
< vary: Accept-Encoding
< Transfer-Encoding: chunked
<
Forbidden (Rate Limit Exceeded)
* Connection #0 to host mobile.twitter.com left intact
* 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