REST API won't work in IE11, but does in FireFox/Chrome

Hi Guys

Any idea why it doesn’t work in IE11, but does in FireFox/Chrome?

It’s an internal site, so normally it shouldn’t pass the proxy server…

Any help on this will be much appreciated :smile:
Thanks!

What version are you running? This was a bug in some versions (I think we had it with 9.1). We’re running 9.2.3 now and it’s no longer a problem.

Hi @MattPeterson

Thanks for your answer. We’re using 9.2.6…

I think it could be due to a browser / Windows security policy, probably dealing with restricting SSL/TLS or particular cipher suites. Or maybe a proxy setting that is being used by Internet Explorer but not by your other browsers.

1 Like

This is the same as BUG 68593 : /api/query’s compression does not support Internet Explorer.
This issue was introduced by 9.2.5 and it has fixed in 9.2.7.

2 Likes

Yes here’s the APAR

1 Like

Thanks @elisa and @gearoid!