Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ curl -I -H 'User-Agent: google' 'https://op-kulku.fi/feed?post_type=vehicle&csv=g'
  2. HTTP/2 301
  3. server: nginx
  4. date: Tue, 11 Dec 2018 07:42:45 GMT
  5. content-type: text/html
  6. content-length: 178
  7. location: http://op-kulku.fi/feed
  8.  
  9. $ curl -I -H 'User-Agent: firefox' 'https://op-kulku.fi/feed?post_type=vehicle&csv=g'
  10. HTTP/2 200
  11. server: nginx
  12. date: Tue, 11 Dec 2018 07:43:08 GMT
  13. content-type: text/plain; charset=UTF-8
  14. last-modified: Mon, 10 Dec 2018 20:32:58 GMT
  15. x-robots-tag: noindex, follow
  16. link: <https://op-kulku.fi/wp-json/>; rel="https://api.w.org/"
  17. wpe-backend: apache
  18. x-wpe-loopback-upstream-addr: 127.0.0.1:6785
  19. x-cacheable: CacheAlways: feed
  20. cache-control: max-age=600, must-revalidate
  21. vary: Accept-Encoding
  22. etag: W/"66a813e581286c243f5f3b2ec91940af-gzip"
  23. x-cache: MISS
  24. x-pass-why:
  25. x-cache-group:
  26. accept-ranges: bytes
  27. x-type: feed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement