Mixendo XHR Limits
In order to implement some [Mixendo XHR Security|Security Properties] as well as to provide a service with good performances, some limits are applied to cross-domain xhr requests:
Contents |
Demo Mode
In demo (unregistered) mode, the developer is using the Mixendo XHR service without identification; since no security control can be implemented in this mode, the user will be notified and a limited number of connections per day is allowed.
The demo mode exists in order to allow a webdeveloper to quickly check out the tool without requiring a registration; the safe way to build an application based on our services though is to use a registered mode, which explains the stronger limitations.
Since no distinction can be made on which unregistered mash application is generating a cross-domain request we will adapt the number of connections based on usage statistics.
Registered Mode
Access Control Limits
When a user registers on the Mixendo website he will receive a unique key to be used to invoke Mixendo services. This allows cross-domain accesses to be controlled on your web applications.
Only connections from mash-up applications residing on a declared domain-name, directed versus a declared source will be allowed.
The developer can set his application and source domain names in his profile XHR settings page.
Connections Count Limit
We currently allow 10000 cross-domain connections per-day per- We will adapt this figure in order to provide a satisfactory service to the users.
Please refer to the Terms of Service for more information.