-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hey,
I am using typesense for a docusaurus project that is behind basic auth.
The environment variables DOCSEARCH_BASICAUTH_USERNAME and DOCSEARCH_BASICAUTH_PASSWORD should be used to still be able to scrape that site.
In scraper/src/documentation_spider.py the variables are read an stored into http_user and http_pass but never used afterwards.
What do I miss? Or was the feature not implemented?
Thanks
| http_user = os.environ.get('DOCSEARCH_BASICAUTH_USERNAME', None) |
Metadata
Metadata
Assignees
Labels
No labels