Hi, thanks for responding so fast.
The rest of the functions if they work, the call to "/access/ticket" I do when I perform the login as follows:
curl_setopt ($prox_ch, CURLOPT_URL, "https://{$this->hostname}:{$this->port}/api2/json/access/ticket");
and when I make other calls I pass the...
Thank you very much for the reply.
I have been doing several tests these days, making the calls in different ways and analyzing everything. Right now I make the call from the Websocket as you told me. And I think I know what the problem is. Here I leave you two images of connection attempts...
Hello, thanks for answering.
I have tried some things and I have not succeeded. I have seen the url code that you passed me. I tried to call the function of the following code
params: params,
url: url + '/ termproxy',
success: function (result) {
var port = encodeURIComponent...
Hello, thanks for the answer
The login I do it correctly and I have the cookie "PVEAuthCookie", the rest of the requests I make work correctly. What I would like to know is if you first have to get the ticket through "vncproxy", then pass the ticket to vncwebsocket and get some type of...
Hello,
I'm trying to run noVNC using php. I use the call: /nodes/{node}/qemu/{vmid}/vncproxy
I receive the ticket correctly. On the second call I pass the previous ticket along with the port: /nodes/{node}/qemu/{vmid}/ vncwebsocket
In this call it does not return anything.
I have tried to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.