-
Change Request (Sub-task)
-
Resolution: Fixed
-
Minor
-
None
-
Web application servers
I have to monitor a picky webapp. It's a java app, reachable via HTTP. It expects a POST with Content-Type with one of the following:
- 'application/soap+xml'
- 'text/xml'
- 'multipart/related'
Zabbix queries the webapp with a POST, which content type is set to 'application/x-www-form-urlencoded' (the default from libcurl), and the app responds with an error because of the content-type header.
Is there a possibility to add custom headers to httpstep or httptest? libcurl is very flexible in that matter (http://curl.haxx.se/libcurl/c/curl_e...LOPTHTTPHEADER). It could be a simple field where one could insert his own headers, ie:
- tell the app what is the content-type of the POST
- pass a custom Host/Accept string
- pass a custom X-* header to tell the app to make some assumptions
- etc
Specification: https://www.zabbix.org/wiki/Docs/specs/ZBXNEXT-282
- causes
-
ZBX-16711 httppoller, process_httptest, errbuf not initialized to empty string
- Closed
- is duplicated by
-
ZBXNEXT-385 Ability to define the IP that should be used for a web check (to be able to check X Webservers behind 1 Loadbalancer)
- Closed
-
ZBXNEXT-692 Web mon: control HTTP header
- Closed
-
ZBXNEXT-2136 Support for headers (Content-type and Accept) for HTTP monitoring
- Closed
-
ZBXNEXT-1364 Web monitor about HTTP request Header
- Closed
-
ZBXNEXT-2086 IP ADDRESS option on web scenario.
- Closed
-
ZBXNEXT-1563 SSL Client Certificate Support for Webchecks
- Closed
-
ZBXNEXT-1749 Webscenario: GET URL longer than 255 chars
- Closed
-
ZBXNEXT-76 add checkbox in web monitoring to download page headers only instead of the whole html page
- Closed
-
ZBXNEXT-1064 ability to set referrer in web monitoring
- Closed
-
ZBXNEXT-173 Make the Curl "Follow redirects" option configurable
- Closed