use: isy.php?isy=<your.isy.ip>&url=<rest/url>
simple isy php example and proxy, calls specified url on specified remote isy and prints out received xml.
user admin, and password admin are hard coded and should be changed in code if needed.
Contains a apache .htaccess and a php file.
Redirects all calls to /rest/* to php file which then calls remote isy and prints out the received xml
Allows web pages designed to be ran on isy, like IsyAjax, to be run from a apache web server without modification.
To use copy rest folder to root web folder and edit isy ip, user and password in isyProxy.php
you must have the appropriate .htaccess permissions and there is no guarantee it will work the same as it did for me.
All files are licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php and contain no warranties.
Usernames and passwords are hard coded and therefore allow open access to isy, use responsibly.