Hi All,
I would like to add a suffix like /books to my proxy endpoint , before sending to Target endpoint?
Current config
proxyEndpoint: https://api.freebie.com/give
targetEndpoint: https://getmygoodie.com/
Basepath: /give
I only want to add /give to while calling the proxyEndpoint.
https://api.freebie.com/ should get converted to https://api.freebie.com/give , before hitting the proxy Endpoint.
I understand this is a different use case. It would be great if i can get some advise on the same.