Changes between Version 109 and Version 110 of XMLRPC


Ignore:
Timestamp:
Oct 28, 2016, 8:17:31 PM (8 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v109 v110  
    2323 * for testing XML-RPC without programming, follow these [wiki:XML-RPC-debugger instructions]
    2424 * 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
    2626 * You can specify preferred language for response also by sending HTTP HEADER "Accept-Language"
    2727 * 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.