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, ∼1830🔥, 0💬
Popular Posts:
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...