Topic: Calling Violet's API from a host
I'm developing my rabbit-controlling application, and it works fine on my local server. I currently use PHP to call a simplexml_load_file(<violet's API url>) function, thus getting around any cross-domain issues.
However, I'd like to deploy it on a remote server (specifically, my .Mac web site) that doesn't support PHP.
I'm using various approaches at the moment: iframe, JSON - anyone got any recommendations?
Last edited by JohnK (2008-02-09 12:51:45)