Re: [users@httpd] apache mod_proxy for cross-domain ajax calls

2015-01-02 Thread Kassal Kane
/set_alarm.cgi?motion_armed=1&schedule_enable=1 ProxyPassReverse /set_alarm.cgi  http://192.168.7.63:8122/set_alarm.cgi?motion_armed=1&schedule_enable=1 On Friday, January 2, 2015 8:42 AM, Eric Covener wrote: On Fri, Jan 2, 2015 at 11:16 AM, Kassal Kane wrote: > ProxyPass

[users@httpd] apache mod_proxy for cross-domain ajax calls

2015-01-02 Thread Kassal Kane
Happy New Years all! Here is my problem/question: I have two webservers,see info below Web1 - 192.168.7.253 –Main webserver with Apache Web2 - 192.168.7.63 –Webcam with built in webserver that can be configured using cgi commands On web1 I have thefollowing javascript which does a GET to web2