php xhr request works on local but not on server
I've trying to create a progress bar while the script executes. It works fine when I test in Visual Studio, but when I put it on a server, it won't work. Is there some php or IIS setting that might…
I've trying to create a progress bar while the script executes. It works fine when I test in Visual Studio, but when I put it on a server, it won't work. Is there some php or IIS setting that might…
I'm relatively new to js so please forgive me if my wording isn't quite right. I've also created a jsfiddle to demonstrate the issue. Overview In the app I'm working on, I have a function with a jquery ajax call,…
The config for my httpd server 111.111.111.111 (supposed). Config for cors and basic auth in /etc/httpd/conf/httpd.conf. <Directory "/var/www/html"> Options Indexes FollowSymLinks AllowOverride AuthConfig Require all granted Header always set Access-Control-Allow-Origin "*" Header always set Access-Control-Allow-Methods "POST, GET, PUT, DELETE, OPTIONS"…