/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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];