B4J Question [abmaterial]weird! can't get the UpgradeRequest.ParameterMap

liulifeng77

Active Member
Licensed User
Longtime User
I'm not sure which part was changed,because it is oK before!
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
 

Attachments

  • 1.JPG
    15.4 KB · Views: 156
Cookies are required to use this site. You must accept them to continue using the site. Learn more…