Analysis of the Advantages of the HTTP/2 Protocol

Analysis of the Advantages of the HTTP/2 Protocol

Author | wanago Translator | Xiaodafei Editor | Yonie The HTTP protocol was introduced in 1991 and has been around for nearly 30 years. Since the first documented version (later known as 0.9), it has undergone a significant evolution. In this article, we will briefly review the history of the HTTP protocol, highlight what HTTP/2 … Read more

Security Observations on Educational Networks: Universities Must Beware of Vulnerabilities in the HTTP/2 Protocol

Security Observations on Educational Networks: Universities Must Beware of Vulnerabilities in the HTTP/2 Protocol

AI technology is changing the patterns of cyber attacks. Cybersecurity company ESET has announced the detection of the world’s first AI-driven ransomware “PromptLock,” which utilizes the Ollama API to locally invoke OpenAI’s gpt-oss:20b model, generating and executing malicious Lua scripts in real-time to bypass traditional antivirus signature detection methods. Another security company, Kaspersky, has also … Read more

x-cmd pkg | oha – HTTP Load Testing Tool with a Graphical Interface for Easy Performance Analysis

x-cmd pkg | oha - HTTP Load Testing Tool with a Graphical Interface for Easy Performance Analysis

Please clickabove oh my x to follow this public accountIntroductionoha is a lightweight program designed to send load to web applications and features a real-time TUI inspired by rakyll/hey.This program is written in Rust, powered by tokio, and utilizes the beautiful TUI provided by ratatui.First-time UsersThis article demonstrates a quick installation and usage example of … Read more

Analysis of Streaming Technology for Large Language Models: From SSE, HTTP/2, gRPC to Nginx Applications

Analysis of Streaming Technology for Large Language Models: From SSE, HTTP/2, gRPC to Nginx Applications

What is SSE Server-Sent Events (SSE) is a unidirectional communication protocol based on HTTP that allows the server to actively push data to the client. Unlike the traditional request-response model, SSE establishes a long connection, allowing the server to continuously send event streams to the client. Core Features Client initiates SSE request Receives 200 OK … Read more

HTTP/2 Protocol Exposes ‘MadeYouReset’ Vulnerability, Enabling Large-Scale DDoS Attacks

HTTP/2 Protocol Exposes 'MadeYouReset' Vulnerability, Enabling Large-Scale DDoS Attacks

Part01 Vulnerability Overview Security researchers have discovered a new type of Denial of Service (DoS) vulnerability in the implementation of the HTTP/2 protocol, named “MadeYouReset” (CVE-2025-8671). This vulnerability was publicly disclosed on August 13, 2025, marking a significant escalation in threats related to network protocols. Attackers can exploit this vulnerability to bypass built-in concurrency limits, … Read more

New HTTP/2 ‘MadeYouReset’ Vulnerability Can Trigger Large-Scale DoS Attacks

New HTTP/2 'MadeYouReset' Vulnerability Can Trigger Large-Scale DoS Attacks

A new attack technique known as MadeYouReset has been discovered, which affects various implementations of HTTP/2 and can be exploited to launch powerful denial-of-service (DoS) attacks. Researchers Gal Bar Nahum, Anat Bremler-Barr, and Yaniv Harel stated: “MadeYouReset bypasses the limits typically imposed by servers, which allow a maximum of 100 concurrent HTTP/2 requests per TCP … Read more

The Era of HTTP/2.0 Has Arrived

The Era of HTTP/2.0 Has Arrived

KS Knowledge Sharing We are now in an era of resource sharing, as well as knowledge sharing. If you find this article informative, please share the knowledge with others! A Brief History of HTTP Development Above: Connection cannot be reused Above: Set Connection: Keep-Alive to keep the connection open for a period of time. Above: … Read more

A Method for Encrypted Video Recognition Based on HTTP/2 Multiplexing Features

A Method for Encrypted Video Recognition Based on HTTP/2 Multiplexing Features

Article Title: A Method for Encrypted Video Recognition Based on HTTP/2 Multiplexing Features All Authors: Wu Hua, Luo Hao, Zhao Shishun, Liu Songtao, Cheng Guang, Hu Xiaoyan First Affiliation: Southeast University, School of Cyberspace Security Publication Date: 2025, 36(7): 3375–3404 Abstract The rise of video application platforms has enabled rapid dissemination of videos, permeating various … Read more

Using The Http2 Module In Node.js

Using The Http2 Module In Node.js

Concept <span><span>http2</span></span> is a core module in Node.js used to implement the HTTP/2 protocol. HTTP/2 is an upgraded version of HTTP/1.1, designed to improve web performance. It introduces features like multiplexing, header compression, and server push, significantly reducing latency and improving data transfer efficiency. Importance Performance Improvement: HTTP/2 allows multiple requests and responses to be … Read more

HTTP/2: Making the Web Fly

HTTP/2: Making the Web Fly

/ Today’s Tech News /Recently, the Ministry of Industry and Information Technology released the “Opinions on Innovating the Management of the Information and Communication Industry and Optimizing the Business Environment”, which mentioned accelerating the revision of the “Telecommunication Business Classification Directory”, promoting business classification and definition to better meet the development needs of new technologies … Read more