Imports System.Net.Http Imports System.Threading.Tasks Module Module1 Sub Main() ' 创建HttpClient实例 Using client As New HttpClient() ' 设置sec-ch-ua-platform头部 client.DefaultRequestHeaders.Add("sec-ch-ua-platform", "Windows") ' 发送GET请求到目标URL Dim response As HttpResponseMessage = clie...
Link to the documentation page: Detect Windows 11 and CPU architecture using User-Agent Client Hints Description of the issue: I want to send Sec-CH-UA-Platform-Version headers in my own app that follow Microsoft's official version patte...
Relevant log output Sec-Ch-Ua: Sec-Ch-Ua-Mobile:?0 Sec-Ch-Ua-Platform: Sec-Fetch-Dest: empty Sec-Fetch-Mode: cors Sec-Fetch-Site: same-origin User-Agent: Mozilla/5.0 (Windows NT 10.0;Win64;x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 X-Xsrf-Token: a...
{'percent': 0.7, 'useragent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'system': 'Chrome 114.0 Win10', 'browser': 'chrome', 'version': 114.0, 'os': 'win10'} Author juanfrilla commented Oct 6, 2023 •...