-
Notifications
You must be signed in to change notification settings - Fork 812
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
apache check doesn't support basic auth #410
Comments
Link to original support case: https://datadog.desk.com/agent/case/3200 |
ghost
assigned elijahandrews
May 6, 2013
elijahandrews
added a commit
that referenced
this issue
May 8, 2013
elijahandrews
added a commit
that referenced
this issue
May 8, 2013
elijahandrews
added a commit
that referenced
this issue
May 8, 2013
elijahandrews
added a commit
that referenced
this issue
May 8, 2013
elijahandrews
added a commit
that referenced
this issue
May 9, 2013
elijahandrews
added a commit
that referenced
this issue
May 9, 2013
Add basic auth support for Apache. Fixes #410
elijahandrews
added a commit
that referenced
this issue
May 13, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I want basic auth, I'd assume that all I have to do is make my config look like:
But actually that just doesn't work. We need to do some special incantations to make
urllib2
do basic auth.The text was updated successfully, but these errors were encountered: