Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
957 views

SSL Error while setting connection through rest-client

I am developing a JAVA 1.8v RestClient which is supposed to call a Rest API exposed by a external application. Below is snippet of my code for reference: import java.io.BufferedReader; import java.io....
Godfather's user avatar
0 votes
1 answer
458 views

UnKnowHost Exception while consuming a web service

I am trying to consume a web service and do a POST on that api. I have tried with the postman and all works well. But, as soon as I have written a java client to consume that web service I am getting ...
Rohitesh's user avatar
  • 1,614
0 votes
2 answers
276 views

How to post body in sitebricks-client?

I am using sitebricks-client to interact with REST APIs in Java. I need to do a POST with a non-empty body. How do I do that in sitebricks?
pathikrit's user avatar
  • 33.3k