Tags » http
-
TIL: Checking if a URL has changed when you fetch it over HTTP
When you make an HTTP request, you can use the
If-Modified-Since
header to get a 304 Not Modified if nothing has changed since your last request. -
TIL: How to check when an HTTPS certificate expires
-
TIL: The Content-Disposition header can be used to name a downloaded file