Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property NameTypeDefaultImportanceDescriptionExample for Value
response.http.headersLIST""medium

Defines names of header filters which will be separated by comma.
The name could be any alphanumeric string which uniquely identify header. 
Valid Values: alphanumeric string not containing white spaces

default, connector1, connector2
response.http.headers.{name}.header.configSTRING""low

Define a set of HTTP headers for the header filter defined by {name} which will be one of names defined in property response.http.headers.
Valid Values: See Detailed Explanation section.

set X-Frame-Options: DENY, "add Cache-Control: no-cache, no-store, must-revalidate", setDate Expires: 31540000000, addDate Last-Modified: 0
response.http.headers.{name}.included.pathsSTRING""low

It is comma separated values of included path specs applied to HTTP headers.
Valid Values: See path spec rules section.

/connectors/connector1/topics/*
response.http.headers.{name}.excluded.pathsSTRING""low

It is comma separated values of excluded path specs applied to HTTP headers. 
Valid Values: See path spec rules section.

/connectors/connector1/status
response.http.headers.{name}.included.mime.typesSTRING""low

It is comma separated values of included mime types applied to HTTP headers
Valid Values: see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types

application/json
response.http.headers.{name}.excluded.mime.typesSTRING""low

It is comma separated values of excluded mime types applied to HTTP headers.
Valid Values: see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types

application/xml
response.http.headers.{name}.included.http.methodsSTRING""lowIt is comma separated values of included http methods applied to HTTP headers
Valid Values: see https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
POST,PUT
response.http.headers.{name}.excluded.http.methodsSTRING""lowIt is comma separated values of excluded http methods applied to HTTP headers
Valid Values: see https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
GET

...