Hi everyone,
I used:
Could I retrieve "myself" and "password" into sub JobDone if Job.Success = FALSE?
I used:
B4X:
Dim myURL As String = "http://www.mysite.com"
Din szUsr As String = "myself"
Din szPwd As String = "password"
Dim j As HttpJob
j.Initialize("MyJob",Me)
Dim generator As JSONGenerator
generator.Initialize(CreateMap("Usr": szUsr, "Pwd": szPwd))
j.PostString(myURL, generator.ToString)
Could I retrieve "myself" and "password" into sub JobDone if Job.Success = FALSE?
Last edited: