Forum Discussion
JulianS
Advocate II
9 years agoIssue when connecting to Web.Contents in service
Hi, i get my data by requesting premade CSV documents from our web application in the Desktop app using the following connection: = Web.Contents("https://web app service url",[Headers=[#"apiKey"...
Anonymous
9 years agoNot applicable
Hi JulianS,
Did you use custom functions in query editor? If this is a case, currently custom function only works on desktop side, it not works on service side.
Regards,
Xiaoxin Sheng
JulianS
Advocate II
9 years agoHi, no custom functions were used.
It's working with the basic http authentification now in the service, since we implemented that as a workaround.
However i'd still like to know if we can use any http header based authentification in the service in the near future.
- Anonymous9 years agoNot applicable
Hi JulianS,
Web.Content support this parameter, but you should ensure the service which you requested if it support "authentication" parameter.
Regards,
Xiaoxin Sheng