We're trying to use an API Poller with a POST method.
From our testing it looks like even though we're specifying a Content-Type header, it's not being forwarded with the request.
Specifically we need to use application/www-form-urlencoded rather than JSON etc.
Any ideas on whether this is supported in the API Pollers?