B4J Question [ABMaterial]: Parsing url parameters

prajinpraveen

Active Member
Licensed User
Longtime User
Good Day, is there a way to parse parameter values from the url

B4X:
'get auth info from url /download/filename.zip?userauth=xyz
Dim userauth As String=req.GetParameter("userauth")
 
Top