Advertisement
Guest User

Curl Twitter Test

a guest
Feb 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. C:\Users\admin_000>curl --verbose -k "https://api.twitter.com/1/help/test.json"
  2. * About to connect() to api.twitter.com port 443 (#0)
  3. * Trying 199.59.148.20... connected
  4. * SSLv3, TLS handshake, Client hello (1):
  5. * SSLv3, TLS handshake, Server hello (2):
  6. * SSLv3, TLS handshake, CERT (11):
  7. * SSLv3, TLS handshake, Server finished (14):
  8. * SSLv3, TLS handshake, Client key exchange (16):
  9. * SSLv3, TLS change cipher, Client hello (1):
  10. * SSLv3, TLS handshake, Finished (20):
  11. * SSLv3, TLS change cipher, Client hello (1):
  12. * SSLv3, TLS handshake, Finished (20):
  13. * SSL connection using RC4-SHA
  14. * Server certificate:
  15. * subject: C=US; ST=California; L=San Francisco; O=Twitter, Inc.; OU=Twit
  16. ter Security; CN=api.twitter.com
  17. * start date: 2012-05-02 00:00:00 GMT
  18. * expire date: 2013-05-03 23:59:59 GMT
  19. * subjectAltName: api.twitter.com matched
  20. * issuer: C=US; O=VeriSign, Inc.; OU=VeriSign Trust Network; OU=Terms of
  21. use at https://www.verisign.com/rpa (c)09; CN=VeriSign Class 3 Secure Server CA
  22. - G2
  23. * SSL certificate verify result: unable to get local issuer certificate (
  24. 20), continuing anyway.
  25. > GET /1/help/test.json HTTP/1.1
  26. > User-Agent: curl/7.23.1 (x86_64-pc-win32) libcurl/7.23.1 OpenSSL/0.9.8r zlib/1
  27. .2.5
  28. > Host: api.twitter.com
  29. > Accept: */*
  30. >
  31. < HTTP/1.1 200 OK
  32. < Date: Fri, 15 Feb 2013 23:52:35 GMT
  33. < Status: 200 OK
  34. < Pragma: no-cache
  35. < X-Transaction: bbf887dd68e9d840
  36. < X-Transaction-Mask: a6183ffa5f8ca943ff1b53b5644ef114aad30ada
  37. < Expires: Tue, 31 Mar 1981 05:00:00 GMT
  38. < X-Frame-Options: SAMEORIGIN
  39. < X-MID: 33ef4955a19ac4fdb5d2d8f558db231f1bf35a10
  40. < Content-Type: application/json; charset=utf-8
  41. < ETag: "72054d9a6fbdcc7df012e19f32345b65"
  42. < Cache-Control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
  43. < X-Runtime: 0.01776
  44. < Last-Modified: Fri, 15 Feb 2013 23:52:35 GMT
  45. < Content-Length: 4
  46. < Set-Cookie: k=10.35.24.121.1360972355045746; path=/; expires=Fri, 22-Feb-13 23
  47. :52:35 GMT; domain=.twitter.com
  48. < Set-Cookie: guest_id=v1%3A1360972355049752; domain=.twitter.com; path=/; expir
  49. es=Mon, 16-Feb-2015 11:52:35 GMT
  50. < Set-Cookie: _twitter_sess=BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6
  51. OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCOsVRuA8AToHaWQiJWY5%250AMG
  52. YwMTVmYmRlMDU1Nzk0ZmEyOTkzNmI2YmRkMmUz--f123529e24c0344bf62555377360a9a7be43dc0d
  53. ; domain=.twitter.com; path=/; HttpOnly
  54. < Vary: Accept-Encoding
  55. < Server: tfe
  56. <
  57. "ok"* Connection #0 to host api.twitter.com left intact
  58. * Closing connection #0
  59. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement