If-Modified-Since not considered while using httr GET?
问题 My requirement/objective: I'm retrieving Facebook posts for the past 3 months from a public page, and I would like to select only those posts which have been modified in the recent past (in the last 2 days). I'm using httr R package, and using the GET function to accomplish the above. I tried the following : url.data <- GET(url, config(token=token), config(add_headers("If-Modified-Since" = "2016-09-08 11:45"))) url.data <- GET(url, config(token=token, add_headers("If-Modified-Since" = "2016