Problem is, I want to get the data into an iphone-app…
Doing a http-get is piece of cake, doing a SNMP-call, I have no idea how.
Also I tried using some sort of snmp-walk software for windows, and it returned hundred, if not thousands of rows from Pfsense, seems to be quite a steep threshold in learning how SNMP works...
Now onto the good news : I ugly-hacked it!
It was as easy as going into the php-file and uncomment this row:
require_once('guiconfig.inc');
That seems to bypass the whole auth-system.
No idea what other issues this may cause tho :O
Follow-up question:
It doesnt seem that the interface bandwidth speeds are reported in any of these outputs?
Do I need to do consecutive calls to ifstats.php and calclulate the speeds myself?