Key value content in body x-www-form-urlencoded
I need to perform both basic auth and pass www-form-urlencoded data in the body. How can i code in java using http to get response data obtained after passing above data to the url.
postman helps you create code snippet from itself you can use that also:
Now use the code you want :