Re: Integrating Console View

2018-09-17 Thread Frank Maximus
Hi, Maybe a little late. Not sure if signature is necessary. What should work is storing the cookies returned from logging in, and making sure those are passed to the request to /client/console. In unix curl it looks like this: curl -c cookies --data command=login\&domain=\&password=password\&use

Integrating Console View

2018-09-08 Thread Fariborz Navidan
Hello Devs, I am trying to integrate CloudStack’s Console View into my custom application. I have used to get console URL by passing apiKey and Signature to “/client/console” page. The URL I get is working well in browser but I want to get the actual console URL which is returned by “/client/con