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, ∼2395🔥, 0💬
Popular Posts:
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
How to convert JSON Objects to PHP Associative Arrays using the json_decode() function? Actually, JS...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...