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, ∼2348🔥, 0💬
Popular Posts:
How to troubleshoot the Orderer peer? The Docker container terminated by itself. You can follow this...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...