I have an api that some times have query parameter and sometime not. I want to add a query parameter to to the request path and can i do it with message mediation.
If there aren't query parameter, the parameter need to be added with "url?parameter=1" and if there is query parameter, parameter need to be added with "url?oldparameter=1¶meter=1".
I am trying with this example but this is for ei and I want for apimanager 260.
I checked the question but this does add "?" directly and I need to check whether query param is there and add "?" or "&".