Dear support,
URL parameters don't work unless an app runs locally.
Tried all possibilities:
http://localhost/runapp?app=notepad;pars=petr.txt
or
if (app.Name == "notepad") {
app.run(WFAPI.Application.RUN_JAVASCRIPT, "c:\\users\\petr\\Downloads", "petr.txt");
}
(the code should contain two backslashes in the workdir's path)
or in the simplest way:
add a workdir and parameter next to the app in the list of apps on the default server page and "Run in browser".
I am always getting:
Error 52: Cannot connect to Winflector server: Application description not found on the server. Please refresh the list and run the application again.
Works fine without the parameters.
Parameters do work when running natively.
I guess the server is getting confused and can't identify which app to run.
Logs contains stuff like
[TSV3992b] 3687 2022.07.28 20:58:09 <00000> [GMJ] ERR:50001, NUM:0 DSCR:"~23Xx&17"
[TSV3992b] 3692 2022.07.28 20:58:09 <00000> [GMJ] ERR:50002, NUM:0 DSCR:""
[TSV3992b] 3694 2022.07.28 20:58:09 <00000> [GMJ] ERR:50003, NUM:0 DSCR:"wfl:2000033:O9ziYvWc1QIgAAAA petr.txt"
[TSV3992b] 3715 2022.07.28 20:58:09 <00000> [GMJ] ERR:50004, NUM:0 DSCR:"$dM81^^"
[TSV3992b] 3726 2022.07.28 20:58:09 <00000> [GMJ] ERR:50005, NUM:0 DSCR:"CLANG"
[TSV3992b] 3782 2022.07.28 20:58:09 <00000> [GMJ] ERR:50007, NUM:0 DSCR:"TARGET ADDR FROM PACKET: 0"
[TSV3992b] 4329 2022.07.28 20:58:09 ERR:2026, NUM:-30 DSCR:"HTTP SCS error"
Can you look into it pls?
Thank you.