Im tying to fetch a page from AIOQUIC server through browser. As specified i generate the token and give it in the html head tag(tried giving as http header too).
<title>aioquic</title>
When i try to open up a browser from command line, i dont see the page that is fetched from the server.Either the connection is refused or ERR_QUIC_PROTOCOL_ERROR shows up in the browser.
./Chromium \
--enable-quic \
--origin-to-force-quic-on=127.0.0.1:4433 \
https://127.0.0.1:4433
Is there any way to cross check if origin trial is enabled or not. Any suggestion?