Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Add support for the CustomResponse action in Url Rewrite #135

Closed
mikaelm12 opened this issue Oct 17, 2016 · 3 comments
Closed

Add support for the CustomResponse action in Url Rewrite #135

mikaelm12 opened this issue Oct 17, 2016 · 3 comments

Comments

@mikaelm12
Copy link
Contributor

mikaelm12 commented Oct 17, 2016

A CustomResponse action causes the URL Rewrite Module to respond to the HTTP client by using a user-specified status code, subcode, and reason. Use of a CustomResponse action implies that no subsequent rules are evaluated for the current URL after this action is performed.
CustomResponse action has the following configuration options:

  • statusCode – Specifies the status code to use in response to the client.
  • subStatusCode – Specifies the substatus code to use in response to the client.
  • statusReason – Specifies the reason phrase to use with the status code.
  • statusDescription – Specifies the one line description to put in the body of the response.
@davidpeden3
Copy link
Contributor

addressed in #200

@davidpeden3
Copy link
Contributor

duplicate #56

@mikaelm12
Copy link
Contributor Author

Resolved in #200

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants