Login Parameters
The parameters in this section allow the connector to authenticate with a Web site so that it can retrieve pages that require authentication to be viewed.
You can set these parameters in the TaskName section. For example:
[MyTask] Url=http://www.autonomy.com AuthUrlRegex=.*www\.autonomy\.com/.* AuthUser=MyAutonomyUsername AuthPassword=MyAutonomyP4ssw0rd
To specify different credentials for different URLs retrieved by a single fetch task, use the AuthSection parameter to define multiple sections containing credentials. Then, set the AuthUrlRegex parameter in each section. For example:
[MyTask] Url=http://www.autonomy.com AuthSection0=LogOnAuthAutonomy AuthSection1=LogOnAuthAutonomySubsite [LogOnAuthAutonomy] AuthUrlRegex=.*www\.autonomy\.com/.* AuthUser=MyAutonomyUsername AuthPassword=MyAutonomyP4ssw0rd [LogOnAuthAutonomySubsite] AuthUrlRegex=.*subsite\.autonomy\.com/.* AuthUser=MyAutonomySubsiteUsername AuthPassword=MyAutonomySubsiteP4ssw0rd