utls icon indicating copy to clipboard operation
utls copied to clipboard

ALPS Client Hints

Open tuk2 opened this issue 5 months ago • 0 comments

Hello! Could you please help me understand how I can implement the transmission of ACCEPT CH on my HTTP server using ALPS, specifically for headers like sec-ch-ua-bitness?

I would like to achieve this without using the accept-ch response header.

https://github.com/WICG/client-hints-infrastructure/blob/main/reliability.md https://datatracker.ietf.org/doc/html/draft-vvv-tls-alps

// ApplicationSettings is a set of application settings (ALPS) to use // with each application protocol (ALPN). ApplicationSettings map[string][]byte // [uTLS]

Thank you in advance!

tuk2 avatar Sep 11 '24 20:09 tuk2