diff --git a/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m b/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m index f3e1818..b1805ec 100644 --- a/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m +++ b/JiveAuthenticatingHTTPProtocolDemo/JiveAuthenticatingHTTPProtocolDemo/ViewController.m @@ -30,7 +30,7 @@ - (void)viewDidLoad { [JAHPAuthenticatingHTTPProtocol setDelegate:self]; [JAHPAuthenticatingHTTPProtocol start]; self.webView.delegate = self; - [self.webView loadRequest:[[NSURLRequest alloc] initWithURL:[NSURL URLWithString:@"http://httpbin.org/basic-auth/foo/bar"]]]; + [self.webView loadRequest:[[NSURLRequest alloc] initWithURL:[NSURL URLWithString:@"https://httpbin.org/basic-auth/foo/bar"]]]; } #pragma mark - JAHPAuthenticatingHTTPProtocolDelegate @@ -127,7 +127,7 @@ - (JAHPDidCancelAuthenticationChallengeHandler)authenticatingHTTPProtocol:(JAHPA // Then all logs will go to the `authenticatingHTTPProtocol:logMessage:` method // //- (void)authenticatingHTTPProtocol:(JAHPAuthenticatingHTTPProtocol *)authenticatingHTTPProtocol logWithFormat:(NSString *)format arguments:(va_list)arguments { -// +// // NSLog(@"logWithFormat: %@", [[NSString alloc] initWithFormat:format arguments:arguments]); //}