这是本文档旧的修订版!
HTTP、HTML
- httpwg.org HTTP 各种协议文档,比 tools.ietf.org 格式更丰富,阅读体验更好
- 使用 http://www.rfcreader.com 阅读 RFC 文档更方便直观
http1.1 RFC2616
- cookies RFC6265
- windows implemention HTTP Server API Reference
- url格式(uri):RFC3986
HTML5
- websocket RFC6455, W3C web socket api
JWT
- Json Web Token rfc7519
Tips
- Nginx,Apache等代理默认会忽略带下划线的 header: Nginx Doc
- If you do not explicitly set
underscores_in_headers on;
, NGINX will silently drop HTTP headers with underscores (which are perfectly valid according to the HTTP standard). This is done in order to prevent ambiguities when mapping headers to CGI variables as both dashes and underscores are mapped to underscores during that process