Hello, I have created one java class which constructs url to send POST request.I have to use content-type (application/x-www-form-urlencoded) without using HttpServletResponse/Request from simple java class.How should i do this ?
Hello, I have created one java class which constructs url to send POST request.I have to use content-type (application/x-www-form-urlencoded) without using HttpServletResponse/Request from simple java class.How should i do this ?