Anthony Cary
Anthony Cary
:+1:
Ah, I've found it! I need to implement one of the NSURLConnection delegate methods for authentication challenges, such as connection:didReceiveAuthenticationChallenge, or connection:willSendRequestForAuthenticationChallenge, in FormsAuth.m.
It is, oddly, working in the FormsAuth class after I implemented the delegate protocols mentioned above, as well as extending the CookieStore to handle the cookie that Sharepoint sets for...
Hello, I can't say that I can offer much in the way of help. My fork is nothing but a cleanup of two message names to match Objective-C convention. I...
@jonnymunday - here's is the code I edited in CookieStore.m to store the domain authentication cookie: ``` objective-c +(NSMutableArray *)getSharedAuthCookies:(NSURL *)apiUri { NSDictionary *fedAuthCookie = [NSDictionary dictionaryWithObjectsAndKeys: apiUri, NSHTTPCookieOriginURL, @"FedAuth",...
I want to add that I am seeing similar issue on Windows 7. Zazu does appear to have indexed my applications, and there is an applications.json file in ~/.zazu/plugins/tinytacoteam/zazu-file-finder/data. However,...