kernel-memory
kernel-memory copied to clipboard
[Question] Is it possible to import from a web page that requires auth?
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?
We welcome PRs in that sense, in the meantime you could fetch the web page with custom code and upload the corresponding HTML file.
I see, I will go ahead and try to upload the HTML file then.