Post

Replies

Boosts

Views

Activity

UserAgent on Big Sur still reports 10.15.7 on Safari and WKWebView
User agent string on Big Sur has OS version 10_15_7. Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) This is observed on Safari as well as when programatically derived using WKWebView().value(forKey: "userAgent"). Similar bugs are reported on Webkit Bugzilla too. https://bugs.webkit.org/show_bug.cgi?id=213622 https://bugs.webkit.org/show_bug.cgi?id=216593 When is this expected to fix?
0
0
1.6k
Oct ’21
Only on macOS catalina, NSURLSession fail with NSURLErrorClientCertificateRequired
The ssl certificates are proper according to new requirements for catalina. Can see a response 403 from server in console by enabling CFNETWORK DIAGNOSTICS but it is failing with NSURLErrorClientCertificateRequired. The certificates are also being shared properly confirmed from wireshark & CFNETWORK DIAGNOSTICS. Authentication works properly on safari and chrome, without any errorOne observation: There are multiple api calls throughout the session. When tried these call explicitly on chrome twice or thrice, the authentication worked proplerly on app too. How does authentication on chrome/safari affect an app? Is it something to with security settings on catalina. After this there are not authentication errors at all on my system. The issue is only observed on macOS Catalina.
7
0
1.5k
Feb ’20