From 1cf7d6882851504aca4edb26b48e55d329140d5e Mon Sep 17 00:00:00 2001 From: mmmray <142015632+mmmray@users.noreply.github.com> Date: Tue, 16 Jul 2024 05:20:08 -0500 Subject: [PATCH] Link to browser dialer from SplitHTTP page --- docs/en/config/transports/splithttp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/config/transports/splithttp.md b/docs/en/config/transports/splithttp.md index d41c96f..c329235 100644 --- a/docs/en/config/transports/splithttp.md +++ b/docs/en/config/transports/splithttp.md @@ -112,3 +112,11 @@ Recommendations: HTTP/1.1 with or without TLS, h2 and h2c, however no h3. Neither Xray server nor client support h3, but this may change in the future. + +## Browser Dialer + + + +If uTLS is not enough, SplitHTTP's TLS can be handled by a browser using [Browser Dialer](../features/browser_dialer.md) + +Depending on the browser, Browser Dialer also supports transmission of SplitHTTP using HTTP3 (QUIC) while the regular implementation does not.