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, ∼2561🔥, 0💬
Popular Posts:
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...
How to build a test service operation to dump everything from the "context.Request" object in the re...