You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
// ApplicationSettings is a set of application settings (ALPS) to use
// with each application protocol (ALPN).
ApplicationSettings map[string][]byte // [uTLS]
Thank you in advance!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: