Google, GitHub and others leverage conditional HTTP requests to build APIs
1–4 of 4 posts
Re: Google, GitHub and others leverage conditional HTTP requests to build APIs
#2This article is just bait on a solicitation for your contact information.
Re: Google, GitHub and others leverage conditional HTTP requests to build APIs
#3This article is just bait on a solicitation for your contact information.
It's got a standard substack pop over. You don't have to give it your info.
Re: Google, GitHub and others leverage conditional HTTP requests to build APIs
#4The If-Modified-Since and If-Unmodified-Since precondition headers seem useful not only for APIs but also for web crawlers. Assuming bots follow some protocol that uses these tags, if you have lots of rarely-updated pages, it could save you some bandwidth.