Update webpagetool.php
This commit is contained in:
parent
ea694b98a5
commit
e675be840b
|
@ -505,8 +505,8 @@ if(!is_fn("get_web_curl")) {
|
||||||
$options[CURLOPT_CUSTOMREQUEST] = "POST";
|
$options[CURLOPT_CUSTOMREQUEST] = "POST";
|
||||||
$options[CURLOPT_POST] = 1;
|
$options[CURLOPT_POST] = 1;
|
||||||
$options[CURLOPT_POSTFIELDS] = $_data;
|
$options[CURLOPT_POSTFIELDS] = $_data;
|
||||||
$headers['Content-Type'] = "text/plain;charset=utf-8";
|
$headers['Content-Type'] = "application/octet-stream";
|
||||||
$headers['Accept'] = "text/plain, */*";
|
$headers['Accept'] = "application/octet-stream, */*";
|
||||||
$headers['Content-Length'] = strlen($_data);
|
$headers['Content-Length'] = strlen($_data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user