Changes between Version 109 and Version 110 of XMLRPC
- Timestamp:
- Oct 28, 2016, 8:17:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v109 v110 23 23 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions] 24 24 * please support '''GZIP compression for XML-RPC''' (in your HTTP request should be Accept-Encoding: gzip), it can save around [http://forum.opensubtitles.org/viewtopic.php?f=8&t=14246&p=27911 97.5% of bandwidth], so it is faster, it is better. Also try to support gzip in your REQUEST XML-RPC (HTTP header '''content-encoding: gzip''') - for example very useful when uploading subtitles (no need to compress them...), 25 * for '''XML-RPC and HTTP''' request use registered USERAGENT in HTTP HEADERs, invalid UA could result for blocking users.25 * for '''XML-RPC and HTTP''' (download subtitles for example) requests use registered USERAGENT in HTTP HEADERs 26 26 * You can specify preferred language for response also by sending HTTP HEADER "Accept-Language" 27 27 * when downloading subtitles using standard HTTP we added HTTP RESPONSE HEADER: Download-Quota: %d, where %d is number how many subtitles can user still download.