A Documentation of Observed QUIC and HTTP/3 Censorship.
Research and Approaches for QUIC Censorship Circumvention Strategies.
How to Test HTTP/3 in Browsers
The measurement list contains all HTTP/3 measurements taken with OONI's experimental network test urlgetter
.
A single report file with HTTP/3 measurements can be downloaded with aws s3
, using the URLNAME
from the url
column in the measurement list:
aws s3 --no-sign-request cp $URLNAME /destination/folder/filename;
If you want to search for and evaluate HTTP/3 measurements yourself, check out kelmenhorst/http3-toolchain or the easy to use Colab notebook.