mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Renamed InstructionStream -> Outbound, using single unified tunnel package, removed XMLGuacamoleServlet
This commit is contained in:
@@ -380,7 +380,7 @@ function GuacamoleClient(display) {
|
||||
|
||||
// Download self
|
||||
var xmlhttprequest = new XMLHttpRequest();
|
||||
xmlhttprequest.open("POST", "instructions");
|
||||
xmlhttprequest.open("POST", "outbound");
|
||||
xmlhttprequest.send(null);
|
||||
|
||||
return xmlhttprequest;
|
||||
|
Reference in New Issue
Block a user