PORT_HTTPS
Description
Get or Set device's HTTP server port number for HTTPS session. When write, the port number will be checked if it was used from other applications.
Input Argument
TCP port number, 1~65535
Attribute
Return of Message
PORT_HTTPS='443'
OK: PORT_HTTPS='443'
or
ERROR: PORT_HTTPS='443'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_HTTPS
or
http://ip:port/cgi-bin/cmd/system?PORT_HTTPS
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_HTTPS=443
or
http://ip:port/cgi-bin/cmd/system?PORT_HTTPS=443
Back to