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, 1693🔥, 0💬
Popular Posts:
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...