Azure API Management issue with OData

前端 未结 1 734
离开以前
离开以前 2021-01-19 07:56

We have an OData v4 API that we are putting behind an Azure API Management (AAM) service, but have run into a problem configuring the routes/oerations. In a nutshell, the is

1条回答
  •  执念已碎
    2021-01-19 08:13

    Try using URL templates instead of writing them explicitly, i.e. define operations for /{entity}/{property} this way it'll match every entity and every property of every entity. And you could use wildcards as well if you want to capture multiple segments at the end of URL.

    0 讨论(0)
提交回复
热议问题