System Info: Elgg 3.3.8, PHP 7.4.11, Apache 2.4
I don't know if anyone has an issue displaying JSON API's data on IE 11 or not. When I clicked https://mysite/services/api/rest/json/?method=my_method, it pops up a dialog asking to open or save the JSON file instead of displaying the JSON data in the browser window. I clicked the open option, it does not open the JSON file at all. I also have XML format (https://mysite/services/api/rest/xml/?method=my_method) to display API data and it works as expected.
I tested the same API call using Chrome, Safari, Firefox, and Edge and none of them have no issue displaying JSON data.
Any ideas why JSON data does not display on IE 11?
Thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- seri_ng@seri_ng
seri_ng - 0 likes
You must log in to post replies.This is IE bug:
https://www.google.com/search?q=JSON+data+does+not+display+on+IE+11&num=1000&gbv=1
I found this IE bug too. Just wanted to check with the community if anyone here knows/encounters this similar situation. Thanks Nikolai!