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, 1001👍, 0💬
Popular Posts:
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use ...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...