Hello @ahmed_shabbir
In addition to XSL transformation approach (as advised by community member @Arundev_Chidambaram1 above) you may also be able to achieve it using standard string replace functionality, for example invoking a flow service in Response Processing policy and replacing desired part of URL in response with required string (or empty string etc)
However, I am not sure if this is something that we can achieve via Load Balancer in API gateway or not?
For example, applying or changing some specific setting/configuration in load balancer to replace specific url with desired url (or some part of url with desired part of url) while sending response back to consumer?
I don’t know much about load balancer and its features in API gateway. It’s just a high level assumption. May be other community experts including @Arundev_Chidambaram1 or @Holger_von_Thomsen would like to comment if it can be achieved via load balancer etc or not?
#API-Gateway#webMethods