I am new to apigee , I am creating conditional flows for proxy with two path suffix “/jsonresponse”
and “/xmlresponse”.
My proxy is actually calling https://mocktarget.apigee.net
now if I give /jsonresponse then proxy should call https://mocktarget.apigee.net/json
so how can I achieve this change of suffix .
Actually I am removing all suffix before send to target and after that I want to add suffix to it based on suffix given by user
thanks