3.1.3 General CGI URL syntax and parameters
CGI URLs are written in lower-case. CGI parameters are written in lower-case and as one word, with no
underscores or other separators. When the CGI request includes internal camera parameters, the internal
parameters must be written exactly as named in the camera or video server. The CGIs are organized in function
related directories under the axis-cgi directory. The file extension of the CGI is required.
Syntax:
http://<servername>/axis-cgi/<subdir>[/<subdir>...]/<cgi>.<ext>
[?<parameter>=<value>[&<parameter>=<value>...]]
Example: setting PTZ parameters
http://myserver/axis-cgi/com/ptz.cgi?camera=1&move=home
3.1.4 Parameter value convention
In tables defining CGI parameters and supported parameter values, the default value for optional parameters is
system configured.
4 INTERFACE SPECIFICATION
4.1 Naming conventions and URL syntax
4.1.1 Obsolete CGI parameters
Some CGI parameters and values in this specification are obsolete and are provided for backward compatibility.
These might not be supported in the future.
Obsolete parameters and values are stated in the request descriptions.
4.2 Server responses
4.2.1 HTTP status codes
The built-in Web server uses the standard HTTP status codes.
Komentarze do niniejszej Instrukcji