From 86658e0caa75e63ca67e31e5e1d53dc3f3fa08ad Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 3 Jun 2016 10:28:01 -0500 Subject: [PATCH] Updated How to Send an HTTP Request Using HTTPClient (markdown) --- How-to-Send-an-HTTP-Request-Using-HTTPClient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md index fc38d65850..c938d83619 100644 --- a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md +++ b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md @@ -156,7 +156,7 @@ Do mention about this problem in the code (as a comment). If you can't use ```va **3 - Do I need to manually do basic auth?** -You do not need to manually do basic auth in your request, the HttpClient should automatically do that for you. All you have to do is set the username and password in the datastore options, and then the mixin will use that when the web server asks. +You do not need to manually do basic auth in your request, because HttpClient should automatically do that for you. All you have to do is set the username and password in the datastore options, and then the mixin will use that when the web server asks. ## References