CookieURLs
A comma-separated list of URLs to visit to obtain cookies.
Some sites require you to have a cookie before you start crawling them (for example, a site might require you to log in and provide a cookie in response). Before it starts crawling a site, the connector visits each URL in the list and keeps any cookies presented to it. It then sends the cookies as part of every subsequent request for the task.
If the connector must complete a log-on form to retrieve a cookie, you can configure the connector to submit forms.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | CookieURLs=http://www.example.com
|
See Also: | CleanCookieJar |