We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
First thank you for this project!
My question is about password protected websites. Any idea how we could use this with a Netlify instance that has Site-wide protection?
Other option, does it make sense to use basic auth with the login and password as part of the site name?
The text was updated successfully, but these errors were encountered:
Great suggestion! I think that we could most likely support this with an extra config variable. Maybe something like auth_header?
auth_header
We would then send the GET request with the Authorization header populated with the given data (eg. "Basic YWRtaW46aHVudGVyMg==").
Authorization
Sorry, something went wrong.
Thanks for the quick answer Jake. That'd be ideal!
Cool 👍 @gslama-akqa if you'd like to take a shot at a PR, I'd gladly accept. Otherwise, it might be a bit before I can get this implemented.
No branches or pull requests
Hi there,
First thank you for this project!
My question is about password protected websites.
Any idea how we could use this with a Netlify instance that has Site-wide protection?
Other option, does it make sense to use basic auth with the login and password as part of the site name?
The text was updated successfully, but these errors were encountered: