Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. $ curl https://slack.com/help/articles/212596808-Manage-your-sidebar-display -H "Accept-Language: en-US,en;q=0.9" -v
  2. * Trying 13.227.61.76...
  3. * TCP_NODELAY set
  4. * Connected to slack.com (13.227.61.76) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/cert.pem
  10. CApath: none
  11. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  12. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  13. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  14. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  15. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  16. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  17. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  18. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  19. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  20. * TLSv1.2 (IN), TLS handshake, Finished (20):
  21. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  22. * ALPN, server accepted to use h2
  23. * Server certificate:
  24. * subject: C=US; ST=CA; L=San Francisco; O=Slack Technologies, Inc.; CN=slack.com
  25. * start date: Feb 8 00:00:00 2018 GMT
  26. * expire date: Feb 12 12:00:00 2021 GMT
  27. * subjectAltName: host "slack.com" matched cert's "slack.com"
  28. * issuer: C=US; O=DigiCert Inc; CN=DigiCert SHA2 Secure Server CA
  29. * SSL certificate verify ok.
  30. * Using HTTP2, server supports multi-use
  31. * Connection state changed (HTTP/2 confirmed)
  32. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  33. * Using Stream ID: 1 (easy handle 0x7fdcb2806600)
  34. > GET /help/articles/212596808-Manage-your-sidebar-display HTTP/2
  35. > Host: slack.com
  36. > User-Agent: curl/7.54.0
  37. > Accept: */*
  38. > Accept-Language: en-US,en;q=0.9
  39. >
  40. * Connection state changed (MAX_CONCURRENT_STREAMS updated)!
  41. < HTTP/2 302
  42. < content-type: text/html
  43. < content-length: 0
  44. < location: https://slack.com/intl/ja-jp/help/articles/212596808-Manage-your-sidebar-display
  45. < date: Mon, 20 Jan 2020 12:02:17 GMT
  46. < server: Apache
  47. < vary: Accept-Encoding
  48. < x-slack-backend: h
  49. < strict-transport-security: max-age=31536000; includeSubDomains; preload
  50. < referrer-policy: no-referrer
  51. < set-cookie: b=ayz55a6qqrave11kdfsed972g; expires=Sun, 20-Jan-2030 12:02:17 GMT; Max-Age=315619200; path=/; domain=.slack.com
  52. < set-cookie: x=ayz55a6qqrave11kdfsed972g.1579521737; expires=Mon, 20-Jan-2020 12:17:17 GMT; Max-Age=900; path=/; domain=.slack.com
  53. < set-cookie: x_f=true; expires=Mon, 20-Jan-2020 12:03:17 GMT; Max-Age=60; path=/; domain=.slack.com
  54. < x-frame-options: SAMEORIGIN
  55. < x-via: haproxy-www-x6wo
  56. < x-cache: Miss from cloudfront
  57. < via: 1.1 2dc176a95360219fefdccced254f387b.cloudfront.net (CloudFront)
  58. < x-amz-cf-pop: NRT20-C4
  59. < x-amz-cf-id: YiHoFHfk55OvWxhnmX46KXmBWXqmqppF-PEdWyrzyfR0VGP--GFHvw==
  60. <
  61. * Connection #0 to host slack.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement