Ready, set, relay: Protect app traffic with network relays

RSS for tag

Discuss the WWDC23 Session Ready, set, relay: Protect app traffic with network relays

Posts under wwdc2023-10002 tag

2 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

Game Porting Toolkit already installed and it isn't linked
`shauryajetty@Shauryas-MBP ~ % brew -v install apple/apple/game-porting-toolkit Warning: apple/apple/game-porting-toolkit 1.0.2 is already installed, it's just not linked. To link this version, run: brew link game-porting-toolkit Error: /usr/local/opt/game-porting-toolkit is not a valid keg` how the heck do I fix this?? I am on macOS 14 dev beta 3, and my computer ran out of battery during the install (face palm) but then it stopped and I tried install Game Porting Toolkit and got this. I tried the command but nothing happened.
0
0
1.2k
Jul ’23
Authenticate with ProxyConfiguration in WebKit
Hello, I am trying to apply ProxyConfiguration on the WebKit webview. I've tried HTTP and SOCKSv5 without authentication, and it proxies normally. However, after I set up username authenticate on the server side, then set username and password with applyCredential on the client side, it couldn't authenticate the connection. Logs on the server side show the client side says it doesn't support any authentication. So I have some questions about the authentication: Does the ProxyConfiguration support authentication now? Does applyCredential apply credentials on HTTP/HTTPS and SOCKSv5 proxy?
4
1
777
Nov ’23