-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.
Milestone
Description
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.Most issues will probably ask for additions or changes.