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.
2017-10-23, 672👍, 0💬
Popular Posts:
Where to find tutorials on how to use PHP built-in functions to manage arrays? A collection of tutor...
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
How to add request body examples to my Azure API operation 2017 version to make it more user friendl...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
Can You Specify the "new line" Character in Single-Quoted Strings? You can not specify the "new line...