Handling REST PUT requests with CB

Hi guys,

I started doing some work on some handlers which have method security to only allow PUT requests. The security is working fine however if I trace out the variables in the PUT request...i.e rc.firstname, rc.lastname, they are undefined. I'm new to PUT requests so maybe this isn't a CB issue. Can anyone shed some light on what I'm doing wrong? Is there another way I need to reference the variables in the request?

FYI I'm using FF Poster to run the test.

Thanks.

Nolan