Metzler, David ha scritto:
Ummm... Looks like you're mixing your metaphores.
To pass variables using CGI, they must be properly encoded key value pairs. Example:
$data = array('xml'=>$xml); $data_string = drupal_query_string_encode($data); drupal_http_request("http://mysite.it/foo%22,$header,%22POST%22,$xml,3);
Hi, my code works perfectly if i call a web application created by 3rd farm. In Drupal I have the problem that POST is empty.
M.