Featured
-
How to improve my app using TimeProfiler?
I am using TimeProfiler for the first time. And I
by jasvinder.singh
Tags
Basic Authorisation with back slash \ in username using Objective C
I have to use basic authorisation in my https request. I am using the following code :
NSString *authStr = [NSString stringWithFormat:@"%@:%@", @"p5\test", @"password"];
NSData *authData = [authStr dataUsingEncoding:NSUTF8StringEncoding];
NS...