I would like to create a policy in Azure API Management that forwards all calls that start with the path \"proxy/search\" to another url. However, i don\'t want to have to i
Adding to Darrel Miller's answer, here is how i got it working...
Adding an operation...
{ "name": "Search_GET", "method": "GET", "urlTemplate": "/search/*", "policies": null }
Adding a policy for that operation...
1.0