How to post raw JSON Data in Webservices (JAVA, C++) | Techbirds
Hi All, As we all know there are various ways of passing data in request of a web-service. Here I am going to discuss how I did for sending raw json data using post method. You need to consider two important aspects of Request Header of request:- Content-Type :-The MIME type of the body of the request