Go to documentation repository
Page History
...
Code Block | ||
---|---|---|
| ||
{ "path" : "action.do?hmac=GAqUa429sjY2E9jCTpuYeaMqReW3Y7HI" } |
Response parameters:
Parameter | Description |
---|---|
hmac | Token |
General request format for the received token via Web server 2.0:
GET http://IP-address:port/web2/secure/video/action.do?hmac={hmac}
Request parameters:
Parameter | Is required | Description |
---|---|---|
hmac | Yes | Earlier received token |
Request example:
GET http://127.0.0.1:8085/web2/secure/video/action.do?hmac=GAqUa429sjY2E9jCTpuYeaMqReW3Y7HI
General request format for the received token via Web-server 1:
Info | ||
---|---|---|
| ||
This request method is deprecated. It is recommended to make a request via the Web server 2.0 module. |
GET http://IP-address:{port}/action.do?hmac={hmac}
Request parameters:
Parameter | Is required | Description |
---|---|---|
port | Yes | Port number specified for HTTP Server connection on the Web server object settings panel (see Setting the parameters of connecting Clients to the Web-server). |
hmac | Yes | Earlier received token |
Request example:
GET http://127.0.0.1:80/action.do?hmac=GAqUa429sjY2E9jCTpuYeaMqReW3Y7HI
Overview
Content Tools