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.

Configuration Options

Option
TypeDescriptionPossible ValuesDefault
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 EnumThe 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
PathStringA regular expression used to match the REST resource being hidden.
--
MethodEnumThe HTTP verb to be controlled by the rule.
*
GET
POST
PUT
DELETE
OPTIONS
HEAD
TRACE
CONNECT
-
On this Page: