This filter verifies that the request URI has been properly converted from an IRI.

In other words, in the case where a request URI is a valid URI but, after conversion, is an invalid IRI, this filter will reject the request.

General filter information

  • Name: iri-validator

  • Default Configuration: No configuration

  • Released: v6.2.2.0

  • Bundle: repose-filter-bundle

Prerequisites & Postconditions

Required Request Headers

This filter does not require any request headers.

Required Preceding Filters

This filter has no dependency on any other filter.

Request Headers Created

This filter does not create/modify any request headers.

Request Body Changes

This filter does not modify the request body.

This filter is not a dependency of any other filter.

Response Body Changes

This filter does not modify the response body.

Response Headers Created

This filter does not create/modify any response headers.

Response Status Codes

Table 1. Status Codes
Status Code Reasons

400

  • When the request URI is not a valid IRI.