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, ∼8164🔥, 0💬
Popular Posts:
Why I am getting "LNK1104: cannot open file 'MSCOREE.lib'" error when building a C++/CLI program? Vi...
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
What is Fabric CA (Certificate Authority)? Fabric CA (Certificate Authority) is a component of Hyper...