Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. > curl -s -D - http://my_cdn/assets/application.js.gz -o /dev/null
  2. HTTP/1.1 200 OK
  3. Content-Type: text/javascript
  4. Content-Length: 96863
  5. Connection: keep-alive
  6. Date: Thu, 30 Oct 2014 16:16:30 GMT
  7. Content-Encoding: gzip
  8. Last-Modified: Thu, 30 Oct 2014 14:35:57 GMT
  9. ETag: "441bfe2dbf1c4809dc95827be61d0864"
  10. Accept-Ranges: bytes
  11. Server: AmazonS3
  12. X-Cache: Miss from cloudfront
  13. Via: 1.1 75a8e23cb7945fb2a66fc1718efd6958.cloudfront.net (CloudFront)
  14. X-Amz-Cf-Id: KEGFzP0OGnvFGQuqxU42llZsgRJAVoR2hM0cb47tJSusJU1tRhy80w==
  15.  
  16. # Request headers
  17. GET /assets/application.js HTTP/1.1
  18. Host: my_cdn
  19. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
  20. Accept: */*
  21. Accept-Language: en-US,en;q=0.5
  22. Accept-Encoding: gzip, deflate
  23. DNT: 1
  24. Referer: http://my_website/
  25. Connection: keep-alive
  26. Pragma: no-cache
  27. Cache-Control: no-cache
  28.  
  29.  
  30. # Response headers
  31. HTTP/1.1 200 OK
  32. Content-Type: text/javascript
  33. Content-Length: 340447
  34. Connection: keep-alive
  35. Date: Thu, 30 Oct 2014 14:37:57 GMT
  36. Cache-Control: public, max-age=31557600
  37. Expires: Fri, 30 Oct 2015 20:40:45 GMT
  38. Last-Modified: Thu, 30 Oct 2014 14:35:57 GMT
  39. Etag: "873d5aa220bd2f96ad4473ddd02567b5"
  40. Accept-Ranges: bytes
  41. Server: AmazonS3
  42. Age: 6494
  43. X-Cache: Hit from cloudfront
  44. Via: 1.1 xxx.cloudfront.net (CloudFront)
  45. X-Amz-Cf-Id: CIwvuB08iAt2rwbfuYxWkl_R5HMgI98tdQIoHgUNGhJDdB9KdjRO7g==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement