I can able to send http post request. I used chrome's SimpleRestClient extension to send following http post request
http://localhost:8161/api/message/QueueTest?type=queue&body=message
Now I want to do https(http secure) post request, I try to do the following link but I can't. How can I send?
https://localhost:8161/api/message/QueueTest?type=queue&body=message