get http://httpbin.org/cache
Making this request without these parameters should make an uncached request. When you provide if-modified-since or if-none-match you should return a 304 Not Modified
Making this request without these parameters should make an uncached request. When you provide if-modified-since or if-none-match you should return a 304 Not Modified
Try It! to start a request and see the response here!