1 Reply Latest reply on Feb 28, 2014 10:45 AM by kcbabo

    Testing Restful Services

    chriskodom

      Now that I have a Restful Service I was writing some tests. The current set of Services I am using is secured and rely's on Http Cookies for auth/auth. I am using the HttpMixIn to send requests to my Services but I am finding it difficult to set cookies using this method since the underlying client is hidden away. Is there a way to actually do this using HttpMixIn?

        • 1. Re: Testing Restful Services
          kcbabo

          We do not provide access to the underlying HttpClient reference from HttpMixIn today.  It's worth considering as an enhancement, so I would encourage you to submit an enhancement request for it.  In the meantime, using HttpClient directly in your test code is probably your best best.