I have Create a reverse proxy and added a Flow to proxy endpoint with condition.
(proxy.pathsuffix MatchesPath “/dummy”) and (request.verb = “GET”)
target url:http://sample/sample
proxy url:http://api-test/v1/apiproxy/dummy
It satisfies the conditional flow condition and executes the policies present in flows
but target url is modifying to
targetUrl: http://sample/sample/dummy and getting 404 not Found error.
How can i overCome this issue and hit the targetUrl.