webview에 post 전송 썸네일형 리스트형 [iphone] ssl http ios POST/GET method / iphone image send facebook 친구 리스트가 300명 이니데, my sql 에 아래의 get 방식으로 넣으려고 하니 url 크기가 길어 집어 넣을수 없었다. 알아본 결과 post는 아무런 제약이 없이 잘 들어가게 되었다. get 방식은 url 주소는 총 2000자 이상은 안들어가니 참고 바랍니다. post 전송 NSString *post =[[NSString alloc] initWithFormat:@"userName=%@&password=%@",userName.text,password.text]; NSURL *url=[NSURL URLWithString:@"https://localhost:443/SSLLogin/Login.php"]; NSLog(post); NSData *postData = [post dataUsing.. 더보기 이전 1 다음