hello everyone ! Can i get parameters from page using websocket handle ?
i am using command but returns " empty " :
link used :
one way to get the parameter is to make the user go through a Handler and redirect to the websocket connection page ... is there any way to get the parameter from the page without having to go through a handler first?
i am using command but returns " empty " :
B4X:
Log("param = "&ws.UpgradeRequest.GetParameter("token"))
link used :
B4X:
http://127.0.0.1:8092/app.html?token=xLNew7wBBtFsotg3InCUIxQ3aBEMlw
one way to get the parameter is to make the user go through a Handler and redirect to the websocket connection page ... is there any way to get the parameter from the page without having to go through a handler first?