Changes between Version 32 and Version 33 of XMLRPC
- Timestamp:
- May 1, 2010, 8:24:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v32 v33 15 15 * for gzip compression use function which adds no header to output, for PHP it is: [http://www.php.net/manual/en/function.gzcompress.php gzcompress]. For decompression is used [http://www.php.net/gzuncompress gzdecompress]. 16 16 * if you get '''407 Download limit reached''', do not use persistent connections (HTTP keep-alive) 17 * you may be interested in more verbose version of [wiki:XmlRpcIntro XML-RPC methods with examples]17 * you may be interested in more verbose version of [wiki:XmlRpcIntro XML-RPC methods with examples] 18 18 19 19 = XMLRPC methods = … … 865 865 * 412 %s has invalid format (reason) 866 866 * 413 Invalid ImdbID 867 868 '''Errors 5xx''' 869 * 503 Service Unavailable