filebot

TheMovieDB request: If-None-Match ignored

Mar 12th, 2016
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. curl -I "https://api.themoviedb.org/3/movie/tt0418279?language=en&api_key=XXXXX" --header 'If-None-Match: "4ef07ac4192010a2e9c6364dfda80162"'
  2. HTTP/1.1 200 OK
  3. Access-Control-Allow-Origin: *
  4. Cache-Control: public, max-age=28800
  5. Content-Length: 1458
  6. Content-Type: application/json;charset=utf-8
  7. Date: Sat, 12 Mar 2016 10:05:19 GMT
  8. ETag: "4ef07ac4192010a2e9c6364dfda80162"
  9. Server: openresty
  10. Status: 200 OK
  11. Vary: Accept-Encoding
  12. X-Memc: HIT
  13. X-Memc-Age: 7679
  14. X-Memc-Expires: 21121
  15. X-Memc-Key: c91eb028fdcdc61bc2069f27a11d4bf5
  16. X-RateLimit-Limit: 40
  17. X-RateLimit-Remaining: 39
  18. X-RateLimit-Reset: 1457777129
  19. Connection: keep-alive
Add Comment
Please, Sign In to add comment