Header Analysis Summary
|
HTTP Transaction Stats |
{{ match_percent }}% matched |
{% if matches %} {# Check if matches exist, and then only draw the match table #}
NOTE! Only unique values per header are shown with a link to an example transaction
Header Value Analysis
|
Header |
Values |
{% for i in range(0, len(matches)) %}
{{ matches[i][0] }} |
{{ matches[i][1] }}
|
{% end %}
{% end %}