diff --git a/tests/configs/httpcontent.ini b/tests/configs/httpcontent.ini
index 093031b137adeb6360d92a3ca44524ea514f3720..11f51ba5f098d02dd3d751c97777a344f916c023 100644
--- a/tests/configs/httpcontent.ini
+++ b/tests/configs/httpcontent.ini
@@ -17,7 +17,15 @@ description="Check word 'IML' in IML website"
 function="HttpContent"
 params='{
     "url": "https://www.iml.unibe.ch/",
-    "bodycontains": "IML"
+    "bodycontains": "IML",
+    "headeronly": false
 }'
 
+["Http head"]
+description="Check http statuscode"
+function="HttpContent"
+params[url]="https://www.example.com/"
+params[status]=200
+params[headeronly]=false
+
 ; -----------------------------------------------------------------------