curl 통신관련 오류 도움을 원합니다.

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
curl 통신관련 오류 도움을 원합니다.

QA

curl 통신관련 오류 도움을 원합니다.

답변 1

본문

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL,$url);

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($ch, CURLOPT_HEADER, 0);

//curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-type:application/json'));

curl_setopt($ch, CURLOPT_POST, 1);

curl_setopt($ch, CURLOPT_POSTFIELDS,$postfields);

 

$data = curl_exec($ch); 

 

살행결과 CURL Error(18) transfer closed with 18 bytes remaining to read 

메세지가 나타나고 정상적인 처리가 안됩니다.

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1,272
© SIRSOFT
현재 페이지 제일 처음으로