mirror of
https://github.com/Ylianst/MeshCommander
synced 2025-12-06 06:03:20 +00:00
@@ -107,8 +107,8 @@ var CreateAmtRedirect = function (module, authCookie) {
|
|||||||
obj.directSend(new Uint8Array([0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00])); // Query for available authentication
|
obj.directSend(new Uint8Array([0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00])); // Query for available authentication
|
||||||
// ###END###{!Mode-Firmware}
|
// ###END###{!Mode-Firmware}
|
||||||
// ###BEGIN###{Mode-Firmware}
|
// ###BEGIN###{Mode-Firmware}
|
||||||
// When using websocket, we are already authenticated. Send empty basic auth.
|
// When using websocket, we are already authenticated. Send empty kerberos auth.
|
||||||
obj.directSend(new Uint8Array([0x13, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00]));
|
obj.directSend(new Uint8Array([0x13, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00]));
|
||||||
// ###END###{Mode-Firmware}
|
// ###END###{Mode-Firmware}
|
||||||
cmdsize = (13 + oemlen);
|
cmdsize = (13 + oemlen);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user