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, ∼7510🔥, 0💬
Popular Posts:
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...