17 Mar
2014
17 Mar
'14
2:08 a.m.
Hi Arran Not compiling on my side : CC src/modules/rlm_rest/rest.c src/modules/rlm_rest/rest.c: In function 'rest_write_header': src/modules/rlm_rest/rest.c:1465: error: invalid operands to binary - (have 'long unsigned int' and 'const char *') make: *** [build/objs/src/modules/rlm_rest/rest.lo] Error 1 I'm also not sure how to specify if the vp should be for control or reply as in the Perl server example : $resp->header("Content-Type" => "application/x-www-form-urlencoded"); $resp->content("control:Cleartext-Password=password&reply:Reply-Message=testing123"); Here the control and reply are separate. Am I understanding this correctly? Thanks for the help.