when i called the vmrc.connect it is showing the result "undefined"
i am using the below code :
var ret = vmrc.connect(host, '', false, ticket, '', '', vmid, '', '');
my plug in is already connected when I checked the plug in state by using the below method
var getConnection = vmrc.getConnectionState();
It's return 1 value to me.
I think i am missing some thing when i passing the value to the vmrc.connect method
to decode the ticket i am using below method:
var ticket = decodeURIComponent(window.location.search.substr(1));
my ticket is
Parameter value is this:
host: vmrc.hurricanecompute.com
ticket: cst-ud%2FPIP1Bea6UTBQXehGCNx8hU%2BKatf%2Fam8FG08xjH67yPzKcObSJ%2FMerD5ocfaRDTJ3Rsp9RVWMURAqG9bmdR%2B1QBNX4nt7yFdFRxq6Cfz51mxQGebvW2iuBm5Of3XSdOWEFKnoiqLaUpi3uR4N%2BzhefX%2B7wZv2Lp4E%2B5t9tYy7ftw0gz9%2FTm7vir4yIxZgKkqaryn16dmMAInpGuR0fjZmxD6jkNNyDJsLLjvKR5aJr4l7teIiRyuGy3DtnglGAR97JRjpoYohumf%2FaYUs7rSTIWomCLZx0u23QK5FhpAPHYVWqLqXDqx4UKWNsTkivwN55fahAePo34f3wsQCeyIl2OniPEnQG5ISJdTRV4%2BLfQPlD6H7WWHln3%2BlCPPb%2B-37CZXu8qOeMnQy6%2BmNia1WqqJnLWrTsOEG9P%2Bw%3D%3D--tp-59%3AAA%3A8D%3A7D%3A6E%3AF5%3A98%3A8A%3A77%3A5B%3A4C%3A98%3AC0%3AE2%3AFB%3A84%3A2A%3A3A%3A74%3AB0--
vmid=vm-1720
Please check if i am doing something wrong.
plugin is connected just we have issue while connect to the Vm.
Is their any security or permission issue behind this?