Hi,
I have built a wamp server on my laptop (ip1). I also have a vco server (ip2) and another server with rest api (ip3).
The IPs ip1,ip2 and ip3 are all in different range/domain. The issue is that with this config you always have cross doamin issues with ajax ....
I have a workaround for the ip3 because it is using http (and no https with ssl certificates), and thus, a simple proxy configuration in the apach conf file solves the issue. For the ip2, the VCO server, the rest api are accessible via https (ssl) and so, this trick does not work (too compiated to manage certificates and apache config).
So my question is simple: is there a way to configure the VCO rest api to use only http and not https?
If not, do you have any suggestions?
THanks!