Yosra Saadallah created GUACAMOLE-599:
-----------------------------------------
Summary: Guacamole get the key of the share link connection
Key: GUACAMOLE-599
URL: https://issues.apache.org/jira/browse/GUACAMOLE-599
Project: Guacamole
Issue Type: Improvement
Components: guacamole, guacamole-common, guacamole-ext
Affects Versions: 0.9.14
Reporter: Yosra Saadallah
Fix For: 0.9.14
I'm working with guacamole 0.9.14 , i want to get the share link of the
connection. So i 'm using {{http.get}} and {{http.post}} to get the key .
At first , i got the token {color:#205081}from{color}
*{color:#205081}{{dns/guacamole/api/tokens}}{color}*
After that , i got the id connection and uuid session from :
{color:#205081}*{{dns/guacamole/api/session/data/mysql/activeConnections?token=????}}*{color}
Now i want to get the key from :
{color:#205081}*{{dns/guacamole/api/session/tunnels/uuidconnection/activeConnection/sharingCredentials/idsession?token=???}}*{color}
But i have this result :
{{{ "message": "No such tunnel.", "translatableMessage": { "key": "No such
tunnel.", "variables": null }, "statusCode": null, "expected": null, "type":
"NOT_FOUND" }}}
It seems that the token has changed when i did the {{http.get}} to get the id
session and uuid connection.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)