J JMB_Downlaod New Member Oct 26, 2020 #1 Hello everybody, For a webapp I use b4j_raiseEvent from the b4j_ws.js. Is it not theorethically possible to call any sub in the server code if the corresponding signature is known? Or is there an internal security mechanism that prevents this? How can I use b4j_raiseEvent safely? Thank you very much.
Hello everybody, For a webapp I use b4j_raiseEvent from the b4j_ws.js. Is it not theorethically possible to call any sub in the server code if the corresponding signature is known? Or is there an internal security mechanism that prevents this? How can I use b4j_raiseEvent safely? Thank you very much.
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2020 #2 JMB_Downlaod said: it not theorethically possible to call any sub in the server code if the corresponding signature is known? Click to expand... No. Only subs with an event signature => underscore in their name and a single Map parameter. Upvote 0
JMB_Downlaod said: it not theorethically possible to call any sub in the server code if the corresponding signature is known? Click to expand... No. Only subs with an event signature => underscore in their name and a single Map parameter.