JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. Adding Filter Parameters To add filter parameters, set the properties by following the structure: be.http.filter.cors.param.paraName=paramValue where: cors identifies an instance of the filter. paraName is the parameter name. This should not contain an equals sign (=). paramValue is the parameter value. Example Value (Filter Parameters) be.http.filter.cors.param.cors.allowed.origins=* be.http.filter.cors.param.cors.allowed.methods=GET,POST,HEAD,OPTIONS,PUT Note: Refer to http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter for a list of available parameter names and values. Copyright © Cloud Software Group, Inc. All rights reserved.