Post

Replies

Boosts

Views

Activity

Does WKWebview support encrypted DNS when using Network.framework PrivacyContext Api?
After App uses Network.framework PrivacyContext Api, dns has been encrypted, that is good. But when using wkwebview to load web page, wireshark captures normal dns request sent by wkwebview. Does wkwebview use DoH to resolve domain? if can, how to config params? If can not, is there anyway to stop wkwebview sending normal dns, such as local proxy.
2
0
269
Jan ’26
Does WKWebview support encrypted DNS when using Network.framework PrivacyContext Api?
After App uses Network.framework PrivacyContext Api, dns has been encrypted, that is good. But when using wkwebview to load web page, wireshark captures normal dns request sent by wkwebview. Does wkwebview use DoH to resolve domain? if can, how to config params? If can not, is there anyway to stop wkwebview sending normal dns, such as local proxy.
Replies
2
Boosts
0
Views
269
Activity
Jan ’26
Xcode 15 Trigger Network.framework memory crash
let options = NWProtocolTCP.Options() options.connectionTimeout = 10 When I run the above code in Xcode15, it crash with EXC_BAD_ACCESS (code=1, address=0x0) Why did it crash?
Replies
2
Boosts
4
Views
1.3k
Activity
Oct ’23