Skip to content

Basic Auth not implemented? #95

@MountainMaster

Description

@MountainMaster

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions