Advertisement
moh_hassan

curl trace

Oct 11th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. curl -v -k -S -o api.html "https://docs.microsoft.com/en-us/dotn
  2. et/api/?view=netstandard-2.0&term=System.Runtime.Serialization.DataContractSeria
  3. lizer"
  4.  
  5. % Total % Received % Xferd Average Speed Time Time Time Current
  6. Dload Upload Total Spent Left Speed
  7. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0*
  8. Trying 2.19.181.50...
  9. * Connected to docs.microsoft.com (2.19.181.50) port 443 (#0)
  10. * ALPN, offering http/1.1
  11. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  12. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  13. } [5 bytes data]
  14. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  15. } [512 bytes data]
  16. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  17. { [108 bytes data]
  18. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  19. { [3374 bytes data]
  20. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  21. { [333 bytes data]
  22. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  23. { [4 bytes data]
  24. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  25. } [70 bytes data]
  26. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  27. } [1 bytes data]
  28. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  29. } [16 bytes data]
  30. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  31. { [1 bytes data]
  32. * TLSv1.2 (IN), TLS handshake, Finished (20):
  33. { [16 bytes data]
  34. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  35. * ALPN, server accepted to use http/1.1
  36. * Server certificate:
  37. * subject: C=US; ST=WA; L=Redmond; O=Microsoft Corporation; OU=Microsoft
  38. Corporation; CN=docs.microsoft.com
  39. * start date: Mar 9 17:10:10 2017 GMT
  40. * expire date: Mar 9 17:10:10 2018 GMT
  41. * issuer: C=US; ST=Washington; L=Redmond; O=Microsoft Corporation; OU=Microsoft IT; CN=Microsoft IT SSL SHA2
  42. * SSL certificate verify result: unable to get local issuer certificate (
  43. 20), continuing anyway.
  44. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0}
  45. [5 bytes data]
  46. > GET /en-us/dotnet/api/?view=netstandard-2.0&term=System.Runtime.Serialization.DataContractSerializer HTTP/1.1
  47. > Host: docs.microsoft.com
  48. > User-Agent: curl/7.46.0
  49. > Accept: */*
  50. >
  51. { [5 bytes data]
  52. < HTTP/1.1 200 OK
  53. < Last-Modified: Tue, 10 Oct 2017 16:25:47 GMT
  54. < Content-Type: text/html
  55. < Server: Kestrel
  56. < X-Datacenter: eus
  57. < X-Frame-Options: DENY
  58. < x-content-type-options: nosniff
  59. < X-UA-Compatible: IE=edge
  60. < X-XSS-Protection: 1; mode=block
  61. < Strict-Transport-Security: max-age=31536000; includeSubDomains
  62. < X-Rendering-Stack: Dynamic
  63. < X-Powered-By: ASP.NET
  64. < Cache-Control: public, max-age=600
  65. < Expires: Wed, 11 Oct 2017 18:04:08 GMT
  66. < Date: Wed, 11 Oct 2017 17:54:08 GMT
  67. < Content-Length: 6293
  68. < Connection: keep-alive
  69. < x-cache-hit: false
  70. <
  71. { [6293 bytes data]
  72. 100 6293 100 6293 0 0 4583 0 0:00:01 0:00:01 --:--:-- 4637
  73. * Connection #0 to host docs.microsoft.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement