kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

[Question] Is it possible to import from a web page that requires auth?

Open ovais-panjwani opened this issue 1 year ago • 2 comments

Context / Scenario

I am trying to import from pages from an internal wiki but the wiki requires auth so the call ImportWebPageAsync fails. I was wondering if it is possible to add an auth token to read from the web page?

Question

Is it possible to import from a web page that requires auth?

ovais-panjwani avatar Mar 12 '24 21:03 ovais-panjwani

We welcome PRs in that sense, in the meantime you could fetch the web page with custom code and upload the corresponding HTML file.

dluc avatar Mar 12 '24 22:03 dluc

I see, I will go ahead and try to upload the HTML file then.

ovais-panjwani avatar Mar 13 '24 20:03 ovais-panjwani