/ Published in: Objective C
Expand |
Embed | Plain Text
cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:60]; [req setHTTPMethod:@"POST"]; [req setValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"]; [req setValue:length forHTTPHeaderField:@"Content-Length"]; [req setHTTPBody:[postData dataUsingEncoding:NSASCIIStringEncoding]]; returningResponse:&urlResponse error:&error];
You need to login to post a comment.
