Changes between Version 114 and Version 115 of XMLRPC
- Timestamp:
- Jan 5, 2017, 9:08:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v114 v115 28 28 * it is '''REQUIRED''' that your implementation supports '''!LogIn() with user credentials''' (manually input user and password), because there are quite a lot of IPs, which are proxy (some service providers NAT, Singapore, Iran and others), and there is download limit per IP, so those users will hit limit very soon and OS will be not usable for them. Also there is other important reasons why to support this (VIP membership and so on). Also '''NEVER''' put in your application registered username and password, it might be blocked. 29 29 * if you are sending subtitle contents for analysis (example !DetectLanguage()), please always send WHOLE subtitle file, because results of analysis can be different if you sent just portion. 30 * when downloading subtitles from server, you can set up 3-5 retries, 1-5 seconds delay. Don't abuse server with unlimited download retries and small (or no) delay 30 31 31 32