From 37c2c3fdcb197bfcd84ca1c46b189db09d5c92f3 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 3 Jun 2016 10:24:40 -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 907b4e89ee..9d6643bcbd 100644 --- a/How-to-Send-an-HTTP-Request-Using-HTTPClient.md +++ b/How-to-Send-an-HTTP-Request-Using-HTTPClient.md @@ -144,7 +144,7 @@ end You can do the same for send_request_raw as well. -### Common question(s): +### Other Common question(s): **1 - Can I use ```vars_get``` and ```vars_post``` together?**