Reputation: 47
I'm trying to create API Management operation using RestAPI like a "/{x}/{y}/{z}.png"
I don't want to rewrite-url "x={x}&y={y}&z={z}.png"
.
How to set api config?
Please give me some advice and document's URL(ノДヽ) ・・
・original service url http://hogehoge/xyz/std/6/58/25.png
・using azure api management http://xxxxxxxxx.azure-api.net/xyz/std/6/58/25.png
Upvotes: 0
Views: 84
Reputation: 7840
That should do it:
Upvotes: 1