Below is my code. When i check, it always showing summary.up is true. I test using postman i receive 400 bad request
- type: http
id: my-site
name: MY Site
enabled: true
schedule: '@every 5s'
hosts: ["https://mysite/mypage"]
check.request:
method: POST
headers:
'Authorization': 'Basic dXNlcm5hbWU6cGFzc3dvcmQ='
check.response.method: [200]
timeout: 16s
ssl.verification_mode: none