I'm not sure which part was changed,because it is oK before!
here is the code:
browser url : http://localhost:51041/sz/index.html?login=demo
then
log output:
fulluri:http://localhost:51041/ws/sz?login=demo
(MyMap) {login=[Ljava.lang.String;@385e9564}
why the "login" is empty?
thanks!
abmaterial version:4.30
here is the code:
B4X:
Dim params As Map = ws.UpgradeRequest.ParameterMap
Log("fulluri:"&ws.UpgradeRequest.FullRequestURI)
Log(ws.UpgradeRequest.ParameterMap)
Dim login(0), pwd(0),identity(0) As String
browser url : http://localhost:51041/sz/index.html?login=demo
then
log output:
fulluri:http://localhost:51041/ws/sz?login=demo
(MyMap) {login=[Ljava.lang.String;@385e9564}
why the "login" is empty?
thanks!
abmaterial version:4.30