I try to make a request on server by HttpGet. But in message body should be a json object. Code below is not working because unit_id and sercret_key are not sent on server in bo
Here is nice example how to do it and it is working.
Apache HttpClient GET with body
But this approach is against RESTFUL api i think.