Hi all, I am trying to pull graph image from chart2.php for the Zabbix Monitoring Report. However, when I try to fetch data from chart2.php, the server returns "No permissions to referred object or it does not exist!". The following are my HTTP request parameter:
URL: /zabbix/chart2.php?graphid=1100&width=750&height=150&perio d=86400&stime=20190409204952
Method: POST
Header: none
Body: none
After searching online, I noticed that we will need to get cookies from "/zabbix/index.php", which is then used for authentication when querying "/zabbix/chart2.php". However, even after doing so, the server still returns the same response as above, without any graph image.
Any help would be highly appreciated. Thanks!
URL: /zabbix/chart2.php?graphid=1100&width=750&height=150&perio d=86400&stime=20190409204952
Method: POST
Header: none
Body: none
After searching online, I noticed that we will need to get cookies from "/zabbix/index.php", which is then used for authentication when querying "/zabbix/chart2.php". However, even after doing so, the server still returns the same response as above, without any graph image.
Any help would be highly appreciated. Thanks!