B4J Question HttpJob Post Request <SOLVED>

jcesar

Active Member
Licensed User
Longtime User
Hi

How can i send a post request with the json body below:

{
"email": "myemail@gmail.com",
"password": "123"
}

I don´t find the lib documentation.
 

aeric

Expert
Licensed User
Longtime User
After you have checked the jOkHttpUtils2 library, just start typing code...
Select Post_Json and press Enter.
You get the code snippet and you can edit from here.

1741554830491.png
 
Upvote 1
Top