Hello everybody:
I’m developing a support system app with API.
Everything work fine, but there are only one thing that i can’t resolve:
I need get the “PPPoE Queue Graph” of any client and then send it attached in a mail.
But The image recived is:
![]()
If i type this: (in my linux console where the site is hosted)…
root> curl -I http://201.50.X.X:8090/graphs/queue/%3Cpppoe-hsthele10181%3E/daily.gif
HTTP/1.1 200 OK
Connection: close
Content-Length: 16638
Content-Type: image/gif
Date: Mon, 11 Jul 2011 22:35:47 GMT
Expires: 0
However, if try the following: (get the image) “http://200.50.X.X:8090/winbox.png”, this is downloaded perfectly.
Process: copy (Queue image) ‘dialy.gif’ with PHP Script, Using Library GD or CURL, in a local linux folder. the error returned is: “ERROR: - Invalid ID”
May be a permission problem of mikrotik?
Best regards.