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, ∼2344🔥, 1💬
Popular Posts:
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...