Jay Taylor's notes

back to listing index

Useful tools for HTTP/2 debugging

[web search]
Original source (community.akamai.com)
Tags: golang go debugging http2 community.akamai.com
Clipped on: 2018-07-10
Skip to NavigationSkip to Main Content
Image (Asset 1/4) alt=

Browser Debugging - Chrome Net Internals - http://www.google.com/chrome/browser

Image (Asset 2/4) alt=

Other proxies - Fiddler and Charles

At time of writing the popular Fiddler and Charles debugging proxies don't support HTTP/2. This is due to the underlying Java and .NET communication libraries they uses not having the necessary protocol support.

Attachments
Created Date
6/5/2015 12:24 PM
Last Modified By
Last Modified Date
6/5/2015 12:24 PM

Akamai Confidential. The information in this knowledge base article is believed to be accurate as of the date of this publication but is subject to change without notice. You understand and agree that use of this content is at your own discretion and risk and that you will be solely responsible for any damage that results from your use of it. The information is   subject to the confidentiality provisions of the Terms & Conditions governing your use of Akamai services.

Comments

Charles Proxy now have support for HTTP/2 from version 4 and beyond.

Version History • Charles Web Debugging Proxy 

But for sure the best tool available right now for me is the Chrome net internals tab

Read more..Read less..
Commented by Gal Valency on Sep 06 2017 at 1:48 am