What does HTTP status 451 (Iis Redirect) mean?

 
Could be also:
ConstantTypeOS
ERROR_CAPAUTHZ_CHANGE_TYPEWin32 errorWindows
Previous Next
HTTP_STATUS_BLOCKED HTTP_STATUS_REQUEST_HEADER_TOO_LARGE

HTTP_STATUS_IIS_REDIRECT

A 451 response can explain the legal demand, policy, or jurisdiction involved and can identify the party responsible for the restriction. It is not a redirect even when an older platform label describes it that way.

For a site operator, preserve the legal notice and check the enforcement layer: origin application, CDN, hosting provider, or network filter. For a user, changing request syntax will not resolve a legal restriction.

Treat 451 as a legal restriction

The standardized 451 response is intended to make legal blocking distinguishable from an ordinary 403 or 404. Implementations can include information about the legal demand or blocking entity when appropriate. Clients should not assume that changing credentials will help, because the restriction concerns legal availability rather than authentication.

RFC 7725: An HTTP Status Code to Report Legal Obstacles


Looking for a different code? Search another status or error code.