Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%Api.Mgmnt.v2.spec

class %Api.Mgmnt.v2.spec extends %REST.Spec

Specification class to define API Management version 2.

Parameters

parameter HandleCorsRequest = 1;
This parameter influences the CORS support. The default is an empty string meaning 'not specified'. If set to true (1) then CORS processing is ON. If set to false (0) then CORS processing is OFF. If left unset "" then the decision to process CORS is delegated to the setting on the URL map route.
FeedbackOpens in a new tab