Tools, FAQ, Tutorials:
'set-backend-service' Policy Statement
How to use the "set-backend-service" Policy Statement for an Azure API service operation?
✍: FYIcenter.com
The "set-backend-service" Policy Statement is actually overriding
the API setting "Web service URL" to specify the backend service base URL.
For example, if you create an API with the following settings:
FYIcenter.com User API Web service URL: http://dev.fyicenter.com/rest Web API URL: https://fyi.azure-api.net/v1/rest
You can override the above backend web service URL with the following "set-backend-service" statement in the inbound policy:
<inbound> <set-backend-service base-url="http://dev.fyicenter.com/v1/rest" /> </inbound>
Â
⇒ 'rewrite-uri' Policy Statement
⇠Policy to Control Backend Service
2017-12-04, 4081👍, 0💬
Popular Posts:
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following ...
How to use the "send-request" Policy statement to call an extra web service for an Azure API service...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
Where Can I get a copy of the RSS XML Schema? RSS XML Schema is an XML Schema that defines how an RS...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...