add support for specifying http-headers and really use Method spezified
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
"component_id": 1,
|
||||
"interval": 10,
|
||||
"timeout": 5,
|
||||
"headers": [
|
||||
{
|
||||
"header": "Authorization",
|
||||
"value": "Basic <hash>"
|
||||
}
|
||||
],
|
||||
"expected_status_code": 200,
|
||||
"strict_tls": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user