Rank: Newbie Groups: Member
Joined: 8/9/2017 Posts: 1
|
I am getting the error Refused to execute script from 'https://xxx.com/eo_web.ashx?id=60a685b8-8be1-4a6e-9b37-1a4ef34d2904' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. I did have the nosniff header but I removed it and still get the error. This did not happen in ver 11.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
This usually is not caused by EO.Web Controls itself, but by some permission changes on your web server. The link you gave is not supposed to have MIME type "text/html" (it should probably be "text/javascript" in your case). The reason that it have MIME type "text/html" in your case most likely is because your web server refused to server the link and rendered an error page, which would "text/html". The easiest way for you to troubleshoot this kind of problem is to use a traffic monitor or debugger to see what's the content of that "text/html" page you received. That usually would point you to the right direction right away.
Thanks!
|