Skip to content

Add skip-secret-file field #5521

@dwisiswant0

Description

@dwisiswant0

Using secret auth feature enabled explicitly by user, so inputs from secret file should be applicable as default for all templates as it's primarily intended for, and can be disabled at template / protocol level optionally for the edge cases like user pointed out in one of issues.

so probably need to reverse the logic to add support for skip-secret-auth: true at template level.

For example:

http:
  - raw:
      - |
        HEAD / HTTP/1.1
        Host: {{Hostname}}

      - |
        GET /IPV6_fixed.htm HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic 123123
        Referer: http://{{Host}}/IPV6_disable.htm

  skip-secret-auth: true

Originally posted by @ehsandeep in #5468 (review)

Metadata

Metadata

Assignees

Labels

Type: EnhancementMost issues will probably ask for additions or changes.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions