Hi All,
I am not able to send additional headers in the http POST request.
yml file
heartbeat.monitors:
- type: http
List or urls to query
#urls:
urls: ["http://localhost:8724/service/XXX/YYY"]request details:
check.request.method: POST
check.request.headers: 'soapaction': '/Processes/XXXX'
check.request.body: 'XXX'Configure task schedule
schedule: '@every 10s'
Able to see the body in the request received by the service but the header is not sent.
Any help is appreciated.