I using Bing Translate with GET (curl) method and everything work fine.
But now i need using POST mothod, add new line:
$postData = array('text'=>'home', 'to'=>'it', 'from'=>'en');
curl_setopt($ch, CURLOPT_POST, TRUE);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postData);
And now get error:
"Error Status Code: 'InternalServerError'
Details: The server encountered an error processing the request. Please see the server logs for more details." BING does not support POST?