Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTTP, https://www.keycdn.com/blog/http-cache-headers, https://www.exai…
HTTP
Headers
Content-type
Content-range
Vary
status
content-encoding
connection
referer
accept
host
performance
Browser Cache
gzip
keep alive
domain sharding
http piplining
bundle resources
image sprite
HTTP Verb
POST
GET
PUT
PATCH
DELETE
OPTIONS
CDN
Dynamic
DNS
, geolocation based
Nginx, Varnish server for Web Http content server
Use
HTTP
cache
spec for cache management
Redirect access to other node when CDN server is down
share content with
NFS
HTTP status
1xx: server has received and understand the request
2xx: successful request
3xx: redirect
4xx: client error
5xx: server error
Cache
Cache-Control
public/prive
no-cache etag, no-store
max-age, s-maxage
must-revalidate
pragma
expires
etag
HTTP Authentication
Basic authentication with Authroization header
Cookie session
JWT token
One time password
https://www.keycdn.com/blog/http-cache-headers
https://www.exai.com/blog/http-status-codes-cheat-sheet
https://blog.risingstack.com/web-authentication-methods-explained/