Search:

Type: Posts; User: Sabari

Search: Search took 0.08 seconds.

  1. Re: form-data - Body Request in java Post Request

    Below i have attched code for to POST request with Body as form-data Key name is body and value is

    {"To": "jayaveera.sabari@bupa.com.sa","Subject":"TEST API V12222","Body": "<html>...
  2. Re: form-data - Body Request in java Post Request

    can you please correct me here please

    String data = "{ \"To\": \"qqssabari@.yy.comssa\",\"Subject\": \"TEST API V12222\",\"Body\": \"<html> <body><h1>Test mail from API2</h1> </body> </html>\"}";...
  3. form-data - Body Request in java Post Request

    Hello Guys,

    Just want to know , how to implement the below postman collections in java. Basically how to implement the form-data as body in post method , could you please help me on this ?


    ...
Results 1 to 3 of 3