Forum Discussion

matson's avatar
16 years ago

How do I add authentication to my REST requests?

We have a REST API which has an authentication scheme similar to what Amazon uses for their REST S3 API. How can I extend soapUI to enable adding an Amazon Web Services (AWS) style authentication signature to my REST requests?
  • Hello,

    This should be doable with a Groovy Script. Check out the example Java code here (near the bottom) on how to generate the signature. Basically you want to do the same thing in Groovy.

    Regards,
    Dain
    eviware.com