MetadataHeadersRegex
A regular expression to match the names of HTTP headers in the response from the web server. Each matching header is added to the document as a metadata field.
By default, the connector does not extract metadata from the response headers.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | MetadataHeadersRegex=Last\-Modified |
See Also: | MetadataHeadersFieldPrefix |