Forum Discussion
Master_T
6 years agoHelper I
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: ...
Master_T
6 years agoHelper I
I've created a minimal example of this error for testing, if anyone is willing to take a look at it: