I am encountering an issue with my web app that involves CORS operations when making $.getJSON AJAX calls. Typically, this functions properly on most client browsers due to the server having CORS enabled. However, I recently discovered that when using IE 11 in a strict security corporate environment, my CORS attempts are failing with the following error:
If the image is not visible, there are several errors:
One being SEC7118 (CORS operation),
Another being SEC7127 (Redirect was blocked), and
Lastly Script7002 (XMLHTTPRequest: Network error 0x2ef1).
Could it be possible for a client network to prevent CORS operations?