Sanni Singh
Sanni Singh

Reputation: 1

IE9 compatibility mode issue for calling cross domain API

We are working in angular(version 1.6) application, where our application is calling other application API built in Node.js which is running on the user machine. This Node.js application is running on https (with valid certificate) on user local machine. This API call from Angular application to Node.js application is working fine on Chrome/Firefox and IE10/IE11 but not working with IE9 compatibility mode. The line of API call execution is happening in IE9 compatibility mode but the network tab is not capturing the API logs and there is no error in console as well. Looking for some help here.

Upvotes: 0

Views: 56

Answers (0)

Related Questions