RANT_WEBTIPS: debuggng HTTP 1 is easy - jscancer - Javascript crap (relatively … | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 80488f8eae9c4ae13790392062ed30dafb4064d8 | |
parent 15bdd85b3d06fe3c39ae15229a95f79c62cf69b7 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 9 Dec 2021 18:36:59 +0100 | |
RANT_WEBTIPS: debuggng HTTP 1 is easy | |
Diffstat: | |
M RANT_WEBTIPS | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/RANT_WEBTIPS b/RANT_WEBTIPS | |
@@ -142,7 +142,8 @@ Captchas: | |
HTTP protocol: | |
- Use HTTP/1, don't use SPDY or HTTP/2: if your webpage has a performance | |
- issue it is not because of the protocol. | |
+ issue it is most likely not because of the protocol. | |
+- HTTP/1 is plain-text and the stream is easy debuggable. | |
Cookies / localStorage: |