Tools, FAQ, Tutorials:
The Default Policy
What is the default policy for an Azure API operation?
✍: FYIcenter.com
The default policy for an Azure API operation is the following:
<!-- Default-Policy.xml Copyright (c) FYIcenter.com --> <policies> <inbound> </inbound> <backend> <forward-request /> </backend> <outbound> </outbound> <on-error> </on-error> </policies>
If you specify this policy to your API operation, the client request will be forwarded as is to the backend service.
The only thing changed by the Azure is that the public base URL is replaced by the backend base URL.
2023-03-27, ∼2039🔥, 1💬
Popular Posts:
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...