Open engWaleed opened 11 years ago
dear's i want to really thank you for this example its a great tool to understand the process .
but how can i use it if the web site I'm using requires http authentication . ?? the url like " http://username:password@something.com
i found inside the code
NSString *fixedURL = [self baseURLforAddress:url];
so you remove the credentials from the url and this : NSData *body = [request HTTPBody]; returns nil . so how can i authenticate with my website ?????
dear's i want to really thank you for this example its a great tool to understand the process .
but how can i use it if the web site I'm using requires http authentication . ?? the url like " http://username:password@something.com
i found inside the code
NSString *fixedURL = [self baseURLforAddress:url];
so you remove the credentials from the url and this : NSData *body = [request HTTPBody]; returns nil . so how can i authenticate with my website ?????