Android Question How to call .net 6.0 RestAPI in B4A

junaidahmed

Well-Known Member
Licensed User
Longtime User
I have used RestAPI in .net 6.0 (.net core).I would like to know how to call API (Post request) in B4A for below queries

1.Login (how to pass json string as body in B4A)
2.Read Data( with jwt authentication and json paramater )
3.Insert ( with jwt authentication and json paramater)
4.Update ( with jwt authentication and json paramater)
5.Delete ( with jwt authentication and json paramater)
 

junaidahmed

Well-Known Member
Licensed User
Longtime User
Thanks for reply.........
Here one more request,I have tried above but there is no error messge is showing
1687785136146.png
 
Upvote 0
Top