PORT_HTTP
Description
Get or Set device's http server port number. When write, the port number will be checked if it was used from other applications.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's http server port number will be returned.
Input Argument
TCP port number, 1~65535
Attribute
Return of Message
PORT_HTTP='80'
OK: PORT_HTTP='80'
or
ERROR: PORT_HTTP='80'
Applicability
Status
Valid
See Also
PORT, PORT_SEARCH_1, PORT_SEARCH_2, PORT_SEARCH, PORT_REGISTER, PORT_CONTROL, PORT_VIDEO, PORT_MULTICAST, V2_PORT_RTSP, V2_PORT_RTP_MULTI_VIDEO, V2_PORT_RTP_MULTI_AUDIO
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_HTTP
or
http://ip:port/cgi-bin/cmd/system?PORT_HTTP
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_HTTP=80
or
http://ip:port/cgi-bin/cmd/system?PORT_HTTP=80
Back to