[OpenSIPS-Users] OpenSIPS 2.4.3 Rest Client module
Liviu Chircu
liviu at opensips.org
Wed Nov 14 10:53:46 EST 2018
Hi Ben,
Looking into this asap. I did lots of tests for the updated return
codes / granular error handling, however I _did not_ assume I could have
broken anything in that area.
Thanks,
Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com
On 14.11.2018 17:04, Ben Newlin wrote:
>
> Hello,
>
> After upgrading to 2.4.3 I have found that my tests using the REST
> client module are failing. It seems that some parameters to the
> rest_post client may have been inadvertently switched. Per the
> documentation [1], I am passing the body in the second parameter and
> the content type in the third.
>
> async(rest_post("$var(uri)", "$json(resourceRequest)",
> "$var(send_ctype)", "$var(body)", "$var(recv_ctype)", "$var(rcode)"),
> resume);
>
> But the request being sent out has the body and content type reversed:
>
> {
>
> "method" : "POST",
>
> "path" : "/manager/v1/resources",
>
> "headers" : {
>
> "Host" : [ "203.0.113.6:1080" ],
>
> "Accept" : [ "*/*" ],
>
> "Content-Type" : [ "{ \"resources\": 1, \"capabilities\": [
> \"sip-service\"" ],
>
> "Content-Length" : [ "17" ]
>
> },
>
> "keepAlive" : true,
>
> "secure" : false,
>
> "body" : "application\\/json"
>
> }
>
> I’ve verified that in 2.4.2 the request is being created properly.
>
> [1]
> https://opensips.org/html/docs/modules/2.4.x/rest_client.html#afunc_rest_post
>
> Ben Newlin
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20181114/e508a224/attachment.html>
More information about the Users
mailing list