Return: A successful enable, disable, delete or update:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
OK\r\n
Return: A successful add:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
<entry> OK\r\n
Return: A failed request. Input values are probably incorrect:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
Request failed: <error message>\r\n
Return: A failed verification by an enable, add, delete or update request. No settings have been changed. Use
the force option to override the verification.
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
Verification failed for IP <Numerical Internet address>\r\n
Return: A list request.
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
[Firewall]\r\n
enabled=<value>\r\n
\r\n
<entry data>
<entry data>
...
Comments to this Manuals