Forum Discussion

Master_T's avatar
Master_T
Helper I
6 years ago

Web requests fail in custom visual when using Internet Explorer

Hello everyone In my custom visual, I have this piece of code that does an ajax call to our backend server, using jQuey: $.ajax({ url: "https://localhost:9099/Auth/Ping", method: "GET", xhrFields: ...