Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.41 KB

WebHeaderAuthentication.md

File metadata and controls

15 lines (12 loc) · 1.41 KB

Rapid7VmConsole::WebHeaderAuthentication

Properties

Name Type Description Notes
base_url String The base URL is the main address from which all paths in the target Web site begin. Includes the protocol. Example: http://acme.com. [optional]
enabled BOOLEAN Flag indicating whether the HTTP header web authentication is enabled for the site's scans. [optional]
headers Hash<String, String> A map of HTTP headers the scan engine will use when negotiating with the Web server for an &quot;authenticated&quot; page. Make sure that the session ID is valid between the time you save this ID for the site and when you start the scan. Note: This property is not returned in responses for security. [optional]
id Integer The identifier of the HTTP header web authentication. [optional]
links Array<Link> Hypermedia links to corresponding or related resources. [optional]
login_regular_expression String The regular expression matches the message that the Web server returns if the login attempt fails. [optional]
name String The HTTP header web authentication name. [optional]
service String Value indicating whether this web authentication configuration is for HTML form authentication or HTTP header authentication. [optional]