My question: How could I get didReceiveAuthenticationChallenge from WebView MacOS?
I implemented
I did some research and found that I may need to implement this canAuthenticateAgainstProtectionSpace to enable it but I could not find this function from WebView library.
I implemented
(void)webView:(WebView *)sender resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource;
I did some research and found that I may need to implement this canAuthenticateAgainstProtectionSpace to enable it but I could not find this function from WebView library.