Can anyone confirm this please. There seems to be one limitation to using a CouchDB hosting service like CouchOne or Cloudant. To use online payment systems, or third-party authentication, server-side scripting is required e.g. using PHP. You cannot do these actions on another server because the same-domain origin policy prevents this.
Or is there any way to retrieve info like Paypal payments or OpenID authentication on one server and then securely pass that info to the database on the hosting service? Thanks, Marcus
