From a973fa6d6886b7f6af14d7848b31964c46ee151d Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 1 Feb 2026 02:58:18 +0100 Subject: XHTTP transport: New options for bypassing CDN's detection https://github.com/XTLS/Xray-core/pull/5414 --- web/html/form/stream/stream_xhttp.html | 125 +++++++++++++++++++++++++++++---- 1 file changed, 113 insertions(+), 12 deletions(-) (limited to 'web/html') diff --git a/web/html/form/stream/stream_xhttp.html b/web/html/form/stream/stream_xhttp.html index 4b3052b6..447612c9 100644 --- a/web/html/form/stream/stream_xhttp.html +++ b/web/html/form/stream/stream_xhttp.html @@ -1,5 +1,6 @@ {{define "form/streamXHTTP"}} - + @@ -7,38 +8,138 @@ - + - + - + - + - [[ key ]] + [[ key + ]] - - + + - - + + - - + + + + + + + + + Default (POST) + POST + PUT + GET (packet-up only) + + + + + Default (path) + path + header + cookie + query + + + + + + + + Default (path) + path + header + cookie + query + + + + + + + + Default (body) + body + header + query + + + + + + + + -- cgit v1.2.3