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, 1206👍, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...