There is only one problem, I am just getting a "Securty Waring"
alert in IE 8
in my SignalR chat application while in HTTPS
I am using longpolling
as transport type when in IE8
. Its working fine in all other IE browers.
self.Connect = function () {
hubConn.start({ transport: 'longPolling' }).done(function (result) {
///--
}).fail(function (error) {
///--
alert("error" + error);
});
}
When I tried fiddler, the security warning appeared with a signalr ajax call as shown below.
Various possibilities of security warning in IE is explained in the below url
ie7-this-page-contains-both-secure-and-nonsecure-items
The problem was actually not with the signalr chat and i have detailed the cause of my issue in the url given below.
Security+warning+in+IE+version+8
Thanks guys for your support :)
Best,
Linto Sebastian
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With