MetadataHeadersRegex
A regular expression to match the names of HTTP headers in the response from the web server. Web Connector creates a document field for each matching header, and adds the header value to the 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 |