From 2308d076abb4b02cf4520f555cb837f334f9a2e4 Mon Sep 17 00:00:00 2001
From: "Juan D. Vega" <jdvr@users.noreply.github.com>
Date: Mon, 13 Nov 2017 21:43:37 +0100
Subject: [PATCH] add readme example of http auth usage (#30)

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 9613c6f..04c962d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,12 @@ Help on flags:
 
 Tested on Apache 2.2 and Apache 2.4.
 
+ If your server-status page is secured by http auth, add the credentials to the scrape URL following this example:
+ 
+```
+http://user:password@localhost/server-status?auto
+```
+
 # Using Docker
 
 ## Build
-- 
GitLab