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.
IE9 compatibility mode issue for calling cross domain API
57 Views Asked by Sanni Singh At
0
There are 0 best solutions below
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in ANGULARJS
- How to automatically change path in angular when scrolling
- Error two clicks to be able to login Angular 16
- Passing an array of objects through the $http.post method in angular JS does not work
- Understanding how to apply Angular Signals from beginning on an existing service
- provider duplicate while compiling a Cordova application for the Android platform
- How can I use angularjs $parse service in Angular?
- Width of custom headers in ag-grid (angular) doesn't match with column's width
- Issues with Katex/ngx-markdown Rendering in Angular 16
- How to make Angular SSR wait for async operations to finish that are initiated in ngOnInit?
- I want to install @angular/google-maps npm Package in angular 16.2.12 but "npm install @angular/google-maps" this is not working/ tell me other query
- Angular 17 standalone application integrate CKEditor 5 -- Error: window is not defined
- Why is $scope >= 0 showing true in interpolation while empty in controller?
- The XMLHttpRequest compatibility library was not found
- Making Gantt Chart Column Labels More Readable
- Pass key-value pairs of object as individual arguments to component in Angular
Related Questions in INTERNET-EXPLORER-9
- Does anyone know why i cannot see the source code of a website while in Internet Explorer mode in Microsoft Edge?
- Check whether an Object contains a specific value in any of its array
- I wrote javascript with ES6, but It's not working in IE. How could I change old version of javascript
- How to make accordion compatible with IE9?
- Making Grid Layout work in Internet Explorer
- CORS issue between subdomain on IE
- Angular two way binding (different behavior in IE 9)
- Is there a command to open a new Ikognito Tab with IE by using VBScript?
- Google Address Api not displaying search result in IE9 but data gets populated to address fields
- Where does GoogleCreativeContainerClass come from?
- Internet Explorer not showing divs in a row correctly
- Recaptcha not compatible with IE9?
- Target `source` elements with jQuery in IE9
- vue js, IE9 click on the router link to refresh?
- Open programs from HTA application
Related Questions in IE-COMPATIBILITY-MODE
- How to prevent IE mode in Edge
- Unable to run Edge in IE Compatibility mode on the Jenkins server
- ActiveX Legacy Application IE11 End of Life
- IE Mode for MS Edge
- React not rendering in IE compatibility view
- WebSphere force IE-compatibility-mode?
- IE9 compatibility mode issue for calling cross domain API
- IE11 document mode 7 issue on a website on one server but not so on another server
- Cannot set javascript innerhtml in IE 11 without compatibility view
- Unable to reliably use Google reCAPTCHA 2.0 and jquery 2.1.4 because of IE compatibility issues
- How to enforce iframe in compatibility mode in IE 11
- Font Awesome icon not display on IE9 compatibility view
- Overriding masterpage <meta http-equiv="X-UA-Compatible" content="EmulateIE8"/> tag
- IE issue with compatibility modes
- Programmatically adding a website to IE11 compatibility view in c#
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?