dtSearch Text Retrieval Engine .NET interface

WebSite.FormAuthentication Field

Form authentication settings to use to connect to a web site that uses HTTP GET or POST requests for authentication.

public FormAuthenticationInfo FormAuthentication;

Remarks

Whether the request is a POST request or a GET request, the form authentication data must be formatted as a set of name=value pairs, separated by &, like this: user=example&password=secret

See Also

WebSite Class | dtSearch.Spider Namespace