grepping through src/zabbix_server/httppoller/* on 1.5.2 i don't see anything calling CURLOPT_HTTPHEADER so i assume that zabbix does not support custom HTTP headers in web checks, and i haven't just missed it in the documentation?
that would be a useful thing to add, i've got some POST URLs that I need to set headers like this on:
SOAPAction:""
Content-Type: text/xml; charset="utf-8"
that would be a useful thing to add, i've got some POST URLs that I need to set headers like this on:
SOAPAction:""
Content-Type: text/xml; charset="utf-8"
.
Comment