-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6 - 网络 / 安全 / 缓存 #6
Comments
其他1. http 1.0 / http 1.1 / http 2.0http 1.0 => http 1.1 无连接到长连接(keep-alive) and 缓存应用(cache-control etag等优化) http1.0 vs http1.1
http1.1 vs http2
为什么HTTP1.1 不能多路复用?
2. HTTP Content-Type
3. TCP/IP 5层
4. cookie 属性 / 特性 / samesite cookie
|
5 - A B 机器正常连接后, B 机器突然重启, 问 A 此时处于 TCP 什么状态?
6 - 301 / 302
7 - 接口防刷
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Network
[Network] 1- DNS解析
[Network] 2 - TCP连接 三次握手 四次挥手
[Network] 3 - SYN Flood / DoS, DDoS Attack
[Network] 4 - HTTPS / TSL
[Network] 5 - 状态码
[Network] 6 - 从输入URL到页面都发生了什么
[Network] 7 - 跨域解决
[Network] 8 - 如果你的域名被劫持 / DNS解析失败 你能怎么办?
缓存
[缓存] 1 - 浏览器缓存机制 强缓存 / 协商缓存
[缓存] 2 - 数据存储 cookie/ web storage
[缓存] 3 - 应用缓存 service worker
安全
[Security] 1 - XSS
[Security] 2 - CSRF
[Security] 3 - Oauth2
The text was updated successfully, but these errors were encountered: