[OpenSER-Devel] mi_xmlrpc for non Debian

Juha Heinanen jh at tutpro.com
Fri Sep 28 19:27:58 CEST 2007


anders,

i "solved" the problem in my client by taking charset out from the
request:

        $headers =
	"POST $location HTTP/1.0\r\n" .
	"Host: $site\r\n" .
	"Connection: close\r\n" .
	($user_agent ? "User-Agent: $user_agent\r\n" : '') .
	//	"Content-Type: text/xml; charset=ISO-8859-1\r\n" .
	"Content-Type: text/xml\r\n" .
	"Content-Length: " . strlen($data) . "\r\n\r\n";

-- juha




More information about the Devel mailing list