Hi, I have been struggling with a basic question related to using signing and encryption for REST services.
If the REST call (using JSON) happens over http or https via a browser, how can I ensure that JSON payload is signed and encrypted, just like a SOAP request that is signed and encrypted? Is there a JavaScript component that I can use to implement JOSE for browser based REST requests? Or am I interpreting this in a wrong way? Thanks, Giriraj.
