Interface HttpLoginCredentials

Provides credentials for IronPdf's embedded Chrome browser to log in to an intranet, extranet or website, impersonating a user. This allows a unique ability to render web-pages as PDFs even on secure intranets, extranets and websites.

Hierarchy

  • HttpLoginCredentials

Properties

custom_cookies?: Map<string, string>

A Dictionary which allows custom cookies to be posted with every login request, and HTTP request made by RenderUriToHml methods.

enable_cookies?: boolean

Enables cookies to be stored and sent when using RenderUriToHml methods.

network_password?: string

Optional: Password credential for Windows / Linux network security authentication.

network_username?: string

Optional: User-name credential for Windows / Linux network security authentication.

Generated using TypeDoc