Views

Mixendo XHR Configuration

If you are a registered user and want to start using the Mixendo XHR in registered mode, you will have to get your Application Key and configure your host domain names and source domain names.

The Mixendo cross-domain XHR solution currently works as a proxy, thus permitting to overcome the same-origin policy by not directly making an XMLHttpRequest to a different domain name.

Thus, three parties are involved in a mash-up application:

  1. Your Web Application server, on a Application Domain Name
  2. Our proxy
  3. The servers you want to use in your application, each of which identified by its domain name: Source Domain Name

Our Proxy can work in demo mode, and will accept any request but with some strong [[Mixendo_XHR_Limitations|limitations] in terms of number of allowed connections; or it works in the production-level registered mode; in this mode, it will only accept XHR connections originated from a (application) domain-name and towards a (source) domain-name registered for a specific application key.

You can do so from your XHR Configuration account page.

After clicking on My Account, you can access the "XHR Configuration" Section.

Under your XHR Configuration page you can

  1. Get your application key
  2. Set the domain names under which you will host your mash-up application (Application Domain Names)
  3. Set the domain names of the websites you want to access with your mash-up applications thanks to our Mixendo cross-domain XHR service