https://bugs.documentfoundation.org/show_bug.cgi?id=147985
Bug ID: 147985
Summary: Unable to specify basic authentication on WEBSERVICE
call
Product: LibreOffice
Version: 7.3.1.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
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?
--
You are receiving this mail because:
You are the assignee for the bug.