HTTP Requests

{% if analysis.network.http %} {% for request in analysis.network.http %} {% endfor %}
URI Data
{{request.uri}}
{{request.data}}
{% else %}

No HTTP requests performed.

{% endif %}