Hi, I'm on Zabbix 6.0.15
I want to use Microsoft Graph API with HTTP agent from zabbix.
Seems Zabbix has problem with spaces in URL , becuase I receive bad request 400 error (I tried to replace space with %20 , etc) . I checked links with postman and it works fine - I got data.
Example links that MS is using to check health for theirs services:
https://graph.microsoft.com/v1.0/adm...iews/Microsoft 365 suite​
https://graph.microsoft.com/v1.0/adm...iews/Microsoft Teams
MS docs:
I want to use Microsoft Graph API with HTTP agent from zabbix.
Seems Zabbix has problem with spaces in URL , becuase I receive bad request 400 error (I tried to replace space with %20 , etc) . I checked links with postman and it works fine - I got data.
Example links that MS is using to check health for theirs services:
https://graph.microsoft.com/v1.0/adm...iews/Microsoft 365 suite​
https://graph.microsoft.com/v1.0/adm...iews/Microsoft Teams
MS docs:
Comment