giggetto71 Active Member Licensed User Longtime User Apr 19, 2019 #1 Guys Does anybody have an example of how to implement the subject? I have seen Erel reply to a similar post but I would need some help to implement what he suggested..thanks!!
Guys Does anybody have an example of how to implement the subject? I have seen Erel reply to a similar post but I would need some help to implement what he suggested..thanks!!
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2019 #2 There are all kinds of ways to implement it. Simple one based on basic authentication: https://www.b4x.com/android/forum/threads/jserver-authentication.79720/#post-505224 You will then need to set the username and password in the HttpJob. Upvote 0
There are all kinds of ways to implement it. Simple one based on basic authentication: https://www.b4x.com/android/forum/threads/jserver-authentication.79720/#post-505224 You will then need to set the username and password in the HttpJob.