- 
    
Problem report
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    6.0.35, 7.0.5
 - 
    None
 
- 
        Sprint candidates
 - 
        2
 
Steps to reproduce:
- Use Template Microsoft 365 reports by HTTP https://www.zabbix.com/integrations/ms365 both for 6.0 and 7.0
 - Filter all six Script items for getting reports
 - Check the Parameters and Script sections in the item configuration.
 
Result:
The actual JavaScript code is referencing a parameter "http_proxy" but the item configuration Parameters section is using only word "proxy".
When HTTP Proxy is actually set and required, the template does not collect data and logs an error "[ Microsoft 365 ] ERROR: Error: cannot get URL: Timeout was reached."
Expected:
Fix is simple - Item parameters renamed to "http_proxy" which matches the JavaScript.