rogmat
12 years agoOccasional Visitor
Post encrypted input
Hi,
I'm working on a REST application that receives and returns an encrypted JSON.
Basically I need to post 2 fields, info and signature. The info input is an encrypted JSON and the signature is the signature of info input.
Is it possible to read a file (json), modifies some JSON values, encrypt it, calculate the signature and post with SoapUI?
Regards.
I'm working on a REST application that receives and returns an encrypted JSON.
Basically I need to post 2 fields, info and signature. The info input is an encrypted JSON and the signature is the signature of info input.
Is it possible to read a file (json), modifies some JSON values, encrypt it, calculate the signature and post with SoapUI?
Regards.