We use API Pollers to query a number of services and resources inside our Azure tenant. This process involves using a standard 'POST' REST API call to obtain a token from a designated endpoint at Microsoft.
Since our upgrade to 2026.2.0 upgrade however, each time we request an authentication token Orion responds with the following error:
"OK ApiPollerToDpConverter: Unsupported Content-Type 'application/x-www-form-urlencoded'. Supported values are: 'application/json', 'application/xml', 'multipart/form-data'."
But, all of the requests are set to use 'application/x-www-form-urlencoded'.
The end result is that none of our API pollers function correctly now, which makes the feature ostensibly useless.
Has anyone else experienced similar?