ich habe eine Verbindung per Websocket zum MS aufgebaut, StructurFile ist gelesen und eventTables auch.
jetzt möchte ich die Icons laden.
wie muss da die message aussehen?
send("/00000000-0000-0030-2100000000000000.svg") //Antwort {"LL": { "control": "", "value": "File not found!", "Code": "404"}}
send("00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
send("/data/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
send("data/00000000-0000-0030-2100000000000000.svg") //Antwort {"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
send("/file/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
send("file/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "jdev/sys/fenc/...", "Code": "401"}}
send("/images/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
send("/image/00000000-0000-0030-2100000000000000.svg") //Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
send("/web/images.zip")//Antwort{"LL": { "control": "", "value": "File not found!", "Code": "404"}}
Kann mir da jemand helfen?
Kommentar