basic Authentication
Parameters
value
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.
Parameters
values
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.
suspend fun basicAuthentication(argument: List<suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit>)
suspend fun basicAuthentication(vararg argument: suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit)
suspend fun basicAuthentication(argument: suspend DataSourceWebCrawlerBasicAuthenticationArgsBuilder.() -> Unit)
Parameters
argument
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials. The list includes the name and port number of the website host.