Open GoogleCodeExporter opened 9 years ago
This works even better:
if (!isset($HTTP_RAW_POST_DATA))
$HTTP_RAW_POST_DATA = file_get_contents("php://input");
$this->setCurlOption(CURLOPT_POSTFIELDS, $HTTP_RAW_POST_DATA);
Original comment by kristof....@gmail.com
on 4 Mar 2008 at 9:02
Original issue reported on code.google.com by
kristof....@gmail.com
on 3 Mar 2008 at 5:44