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, ∼1915🔥, 0💬
Popular Posts:
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...