Using libreoffice macro and code: url = "some url like http://[host]/[path] svc = createUnoService("com.sun.star.sheet.FunctionAccess") ret = svc.callFunction("WEBSERVICE", Array(url)) I am not able to set basic authentication. If it is possible please let me know how to do it. If it is not possible I think this is quite a big limitation on svc.callFunction("WEBSERVICE", Array(url)) - is it possible to add this functionality?
There is the forum for this kind of questions. https://ask.libreoffice.org/c/english/5 Please add there your question. If nobody can find a solution, please reopen this one, and modify the importance from normal to enhancement.