Hello everyone,
I have a problem with Exeoutput and I do not understand its origin.
The result is essentially an html page with JQuery, making ajax calls to an external server.
The call is made with http://www.domainname.ext/filename.php
If I type the address directly in the customer’s browser the page is successfully achieved …
On external server (Apache) I configured the CORS with:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Credentials: “false”
It works on MY computer BUT NOT on customer PC: practically does not reach the server.
The customer has Windows 7 with IExplorer 8.
I checked the host file, compatibility mode, on my computer and on that of the customer: I did not find anything …
What could it be?
I have a problem with Exeoutput and I do not understand its origin.
The result is essentially an html page with JQuery, making ajax calls to an external server.
The call is made with http://www.domainname.ext/filename.php
If I type the address directly in the customer’s browser the page is successfully achieved …
On external server (Apache) I configured the CORS with:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Credentials: “false”
It works on MY computer BUT NOT on customer PC: practically does not reach the server.
The customer has Windows 7 with IExplorer 8.
I checked the host file, compatibility mode, on my computer and on that of the customer: I did not find anything …
What could it be?
Last edited: