Skip to main content
Skip table of contents

JSONP

The JSONP Policy turns a standard REST endpoint into a JSONP compatible endpoint.

Configuration Options

jsonp_configuration.png

Basic Configuration

Option

Type

Description

Possible Values

Default

Callback Parameter Name

String

Name of the HTTP query parameter that should contain the JSONP callback function name.

If the API client does not send the JSONP callback function name in the URL (via the configured query parameter name), the policy will do nothing. This allows managed endpoints to support both standard REST and JSONP at the same time.

a string

callback

Related Pages:

JavaScript errors detected

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

If this problem persists, please contact our support.