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

Basic Configuration

OptionDescriptionPossible ValuesDefault
Path

Enter an URL that should be ignored. You can also enter regular expressions to match the REST resource that should be hidden.

Regular expressions must be written in Java syntax.


a string-
Method The HTTP verb to be controlled by the rule.
  • *
  • GET
  • POST
  • PUT
  • DELETE
  • OPTIONS
  • PATCH
  • HEAD
  • TRACE
  • CONNECT
*

Click Add to create more rows in the table. Click Delete to remove selected rows.

On this Page: