Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate how to bypass different types of authentication #139

Open
bgatellier opened this issue Jul 16, 2023 · 0 comments
Open

Investigate how to bypass different types of authentication #139

bgatellier opened this issue Jul 16, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@bgatellier
Copy link
Contributor

bgatellier commented Jul 16, 2023

Currently, only public pages can be evaluated.

To make Heart able to analyse webpages that are behind authentication pages, we need to investigate how to bypass such protections.

For example, puppeteer allows to bypass basic authentications.

It also means that every analysis module can have different manner to make it possible (or not), as they are not using the same technique to analyse webpages; Observatory is using an external API, and Lighthouse and GreenIT are using a headless Chrome browser.

Suggestions:

@bgatellier bgatellier added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 16, 2023
@bgatellier bgatellier added this to the vNext milestone Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant