Skip to main content
Skip table of contents

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.

Configuration Options

ignored_resources_configuration.png

Basic Configuration

Option

Description

Possible Values

Default

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.

Related Pages:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.