'Is there a tool like fiddler that supports http2?

I tend to user fiddler for its autoresponder (testing how latency or invalid responses will impact overall page loads) and only just now realized that http2 is not supported, all site default to http1/1 when loading pages along with fiddler! Any recommendations of replacement tool would be most appreciated!



Solution 1:[1]

Mitmproxy

I have not tried the http/2 capability myself but based on the official documentation mitmproxy is capable of intercepting HTTP/2 traffic.

Mitmproxy is Python based. On Windows you can use the two variants mitmweb (starts a web server as UI that can be opened in a web browser) and mitmdump (command-line no GUI).

Charles Proxy

Also Charles Proxy has according to it's docs HTTP/2 support.

Charles Proxy is Java based

Burp Suite

Burp Suite (AFAIR Java based) claims to have HTTP/2 support

Solution 2:[2]

The paid version of Fiddler - Fiddler Everywhere supports HTTP/2 in its current version. Capturing traffic, using the composer and the rules builder (autoresponder) all work the HTTP/2 protocol if you enable it in the app's settings.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 lingvomir