CentraSite - Mediator not handling query string parameters in POST

Centrasite 9.12

When invoking a REST virtual service through the Mediator, POST requests are sent to the backend but without their query string parameters. Someone had the same problem ?

REST POST request

Content-Type: application/json

https://server.com/ws/api-REST/1.0/logo/item/object?logoId=12345&retry=3&timeOut=3000

body:
{
“Request”: {
“time”: “2014-08-06 19:43:37”,
“info”: [
{
“id”: “1.2.4.8.3”,
“idType”: “COUNTER22”,
“idValue”: “3453”
}
]
}
}

Thanks for your help.

Hi Alexandre,

Have you checked the KnowledgeBase.

I know for sure that in certain versions of Mediator (ex: 9.8), this is the designed behavior.

For example, query parameters for POST method are not supported until 9.12.

So check your mediator version as well

Best regards,
Vlad Turian