wiztools / rest-client

Tool to test HTTP/RESTful webservices.
Apache License 2.0
1.53k stars 372 forks source link

Signing a JSON #44

Open cpmallick opened 8 years ago

cpmallick commented 8 years ago

Hi Team,

I am using this tool to test REST web service. My web service hosted on a HTTPS protocol. I can use certificate to test my web services through the tool. My question is by applying certificate, does it signed my message body in case of POST type operation? If yes, how can I prove that? If no, when can we have this feature available?