Allow unsafe macro execution on server: IEPlugin vs AJAX
Hello,
I have a qlikview document with a macro considered as "unsafe", it requires to have System Access, in order to call a webservice
Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
On the server, through the QEMC, I have noticed that there is an option "Allow unsafe macro execution on server"
System > Setup > QVS > Security
Even if this option is unchecked, my macro will still work for users accessing my file with IE + QVPlugin (once they "Give System Access to Module Script" via Ctrl + Shift + M)
However, for user using the mode 'AJAX zero footprint", it won't work and really relies on the QEMC setting.
What are the explanations of such difference, and where is it doccumented?