Bug 147985 - Unable to specify basic authentication on WEBSERVICE call
Summary: Unable to specify basic authentication on WEBSERVICE call
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.3.1.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-14 10:35 UTC by Zhivko
Modified: 2022-03-14 22:22 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zhivko 2022-03-14 10:35:50 UTC
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?
Comment 1 m_a_riosv 2022-03-14 22:22:48 UTC
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.