Android Question Http jobdone always returns false

elitevenkat

Active Member
Licensed User
Longtime User
hi
i am attaching my project and the php file. from browser the json string is returned by php.
i always get success as false in httpjobdone event. i have done several projects earlier with httpjob and httputils2service modules but never encountered any problem. after spending couple of days without success. can anyone help ?
 

Attachments

  • fb.zip
    11.5 KB · Views: 147
  • fb.zip
    650 bytes · Views: 128

DonManfred

Expert
Licensed User
Longtime User
without success
B4X:
ValidateServerUrl = "http://localhost/Fb/fb.php"

There is no webserver running on your device. Use the ip from your pc (the machine running the webserver and php)
 
Upvote 0
Top