Ignored Resources

The Ignored Resources Policy enables you to shield some of an API’s resources from being accessed, without blocking access to all the API’s resources. Requests made to access to API resources designated as ignored result in an HTTP 404 (not found) error code.

ignored_resources_config.png

Configuration Options

Option


Type

Description

Possible Values

Default

Ignored URI

String

Enter an URI that should be ignored. Use button Add to add it to the list Ignored Resources displayed beneath.

-

-

HTTP method

Enum

The HTTP verb to be controlled by the rule.

*
GET
POST
PUT
DELETE
OPTIONS
HEAD
TRACE
CONNECT

*

Ignored Resources

Array[<rules>]

The list of matching rules representing the resources to be ignored.

-

-


Rules Options

Path

String

A regular expression used to match the REST resource being hidden.

-

-

Method

Enum

The HTTP verb to be controlled by the rule.

*
GET
POST
PUT
DELETE
OPTIONS
HEAD
TRACE
CONNECT

-

Related Pages: