<#589 Show AJAX error in the browser console> Pull...
# osctrl
g
#589 Show AJAX error in the browser console Pull request opened by javuto Since AJAX requests must follow 302s transparently, is not possible to catch when a request to a data JSON endpoint redirects to something else (login page), so it needs changes to the server response. Also tried to use the
fetch
method in JavaScript but it was not working correctly and code was too messy. So I just output the error in the console and #138 can be closed as not possible. jmpsec/osctrl