Tools, FAQ, Tutorials:
'set-status' Policy Statement
How to use the "set-status" Policy statement to modify the response status for an Azure API service operation?
✍: FYIcenter.com
The "set-status" Policy Statement allows you to change the status code of the response.
For example, the following outbound policy changes the status code of the response to 401:
<outbound> <set-status code="401" reason="Unauthorized" /> </outbound>
Â
2018-01-13, 1122👍, 0💬
Popular Posts:
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
Where to find tutorials on the 2017 version of API Management Services at Azure Portal? Here is a li...