Is it possible to establish a connection via WebTransport to Cloudfront

0

I am trying to establish Webtranspot connection to CloudFron without success, if I make an HTTP3 get request it was passed to the API Gateway, but when I try to use Webtransport nothing happen, with the same front end client I am able to connect to go server with quic-go implementation without any issues. So If it is possible to provide a working example.

1 Answer
1

As of September 2023, QUIC and HTTP/3 are not supported by CloudFront. The CloudFront Developer Guide states that only HTTP/1.1 and HTTP/2 are supported by CloudFront. As a result, at this moment, it is not feasible to create a WebTransport connection to CloudFront.

You can also visit this post: https://repost.aws/questions/QUftx-8O4ZQQ6LKK6Lw0aD3w/http-3-not-working-any-longer-for-cloudfront & https://repost.aws/questions/QUftx-8O4ZQQ6LKK6Lw0aD3w/http-3-not-working-any-longer-for-cloudfront

profile picture
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions