Configuration: HTTP/2 Not Supported¶
Identifier:
http2_not_supported
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
HTTPS servers should support HTTP/2 for improved performance, multiplexing, and security features like header compression.
How we test: We attempt to establish HTTP/2 connections to HTTPS servers and analyze the protocol negotiation. We check if the server supports HTTP/2 by examining the ALPN (Application-Layer Protocol Negotiation) handshake and response headers.
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.