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, ∼2484🔥, 0💬
Popular Posts:
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
What is Fabric CA (Certificate Authority)? Fabric CA (Certificate Authority) is a component of Hyper...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...