Santandersecurityresearch / DrHeader

drHEADer helps with the audit of security headers received in response to a single request or a list of requests.
MIT License
105 stars 26 forks source link

Configuration options for HTTP request #335

Closed emilejq closed 1 year ago

emilejq commented 1 year ago

Proposed changes

Adds support for processing keyword arguments that are understood by the requests package. This automatically adds functionality for both project and CLI usage for:

This includes breaking changes due to some of the CLI input options being changed/renamed, and the input parameter request_headers being renamed to headers

The default request method has also been changed from GET to HEAD

What types of changes do you want to introduce to DrHeader?